A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jrblevin/markdown-mode/commit/50ac14ffe4e23224c74adf2b90a4833ccb62a416 below:

Merge pull request #783 from jrblevin/update-minimum-support-version · jrblevin/markdown-mode@50ac14f · GitHub

File tree Expand file treeCollapse file tree 5 files changed

+5

-8

lines changed

Filter options

Expand file treeCollapse file tree 5 files changed

+5

-8

lines changed Original file line number Diff line number Diff line change

@@ -10,9 +10,9 @@ jobs:

10 10

strategy:

11 11

matrix:

12 12

emacs_version:

13 -

- 26.1

14 13

- 27.2

15 14

- 28.2

15 +

- 29.1

16 16

- snapshot

17 17

steps:

18 18

- uses: purcell/setup-emacs@master

Original file line number Diff line number Diff line change

@@ -3,7 +3,7 @@

3 3

*Under development*

4 4 5 5

* **Breaking changes:**

6 -

- GNU Emacs 26.1 or later is required.

6 +

- GNU Emacs 27.1 or later is required.

7 7

- Don't allow space between label and text in reference link same as CommonMark [GH-774][]

8 8

- Whitespace is required before the closing sequence of an atx header. [GH-778][]

9 9 Original file line number Diff line number Diff line change

@@ -1086,7 +1086,7 @@ contributions! See the [contributors graph][contrib] for details.

1086 1086

## Bugs

1087 1087 1088 1088

markdown-mode is developed and tested primarily for compatibility

1089 -

with GNU Emacs 26.1 and later. If you find any bugs in

1089 +

with GNU Emacs 27.1 and later. If you find any bugs in

1090 1090

markdown-mode, please construct a test case or a patch and open a

1091 1091

ticket on the [GitHub issue tracker][issues]. See the

1092 1092

contributing guidelines in `CONTRIBUTING.md` for details on

Original file line number Diff line number Diff line change

@@ -7,7 +7,7 @@

7 7

;; Maintainer: Jason R. Blevins <jblevins@xbeta.org>

8 8

;; Created: May 24, 2007

9 9

;; Version: 2.6-alpha

10 -

;; Package-Requires: ((emacs "26.1"))

10 +

;; Package-Requires: ((emacs "27.1"))

11 11

;; Keywords: Markdown, GitHub Flavored Markdown, itex

12 12

;; URL: https://jblevins.org/projects/markdown-mode/

13 13 Original file line number Diff line number Diff line change

@@ -5671,10 +5671,7 @@ indented the same amount."

5671 5671

(let ((fill-column 10))

5672 5672

(end-of-line)

5673 5673

(funcall auto-fill-function)

5674 -

;; This test was known to fail in Emacs 25 and earlier.

5675 -

(if (version< emacs-version "26.0")

5676 -

(should-not (string-equal (buffer-string) str))

5677 -

(should (string-equal (buffer-string) str)))))))

5674 +

(should (string-equal (buffer-string) str))))))

5678 5675 5679 5676

(ert-deftest test-markdown-filling/break-within-list-item ()

5680 5677

"This doesn't suppress auto-fill within a multi-word list item."

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4