File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
1010 strategy :
1111 matrix :
1212 emacs_version :
13- - 28.2
14- - 29.4
15- - 30.1
16- - snapshot
13+ - " 28.2"
14+ - " 29.4"
15+ - " 30.2 "
16+ - " snapshot"
1717 steps :
1818 - uses : purcell/setup-emacs@master
1919 with :
2020 version : ${{ matrix.emacs_version }}
2121
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Install dependencies
2424 run : sudo apt install pandoc aspell
2525 - name : Run tests
Original file line number Diff line number Diff line change 2121 - ` markdown-link-at-pos ` should decode both control characters and spaces [ GH-921 ] [ ]
2222 - ` markdown-table-align ` now aligns centered cells
2323 - Fix highlightings of inline code or bold in strike-through [ GH-926 ] [ ]
24+ - Fix fence code block highlighting that uses more than 3 backticks [ GH-933 ] [ ]
2425
2526* Improvements:
2627 - Support drag and drop features on Windows and multiple files' drag and drop
4142 [ gh-921 ] : https://github.com/jrblevin/markdown-mode/issues/921
4243 [ gh-926 ] : https://github.com/jrblevin/markdown-mode/issues/926
4344 [ gh-930 ] : https://github.com/jrblevin/markdown-mode/issues/930
45+ [ gh-933 ] : https://github.com/jrblevin/markdown-mode/issues/933
4446
4547# Markdown Mode 2.7
4648
You can’t perform that action at this time.
0 commit comments