Skip to content

Commit f8d1be7

Browse files
authored
Merge pull request #934 from jrblevin/update
Update CHANGES and CI settings
2 parents e4be4c1 + 7d87815 commit f8d1be7

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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
@@ -41,6 +42,7 @@
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

0 commit comments

Comments
 (0)