branch: elpa/markdown-mode
commit f8d1be7cd5dfd64c0e4f88c29a3f84408cde0b47
Merge: e4be4c1ab8 7d87815465
Author: Shohei YOSHIDA <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #934 from jrblevin/update
    
    Update CHANGES and CI settings
---
 .github/workflows/test.yml | 10 +++++-----
 CHANGES.md                 |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fa3569fff9..a832791ec3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,16 +10,16 @@ jobs:
     strategy:
       matrix:
         emacs_version:
-          - 28.2
-          - 29.4
-          - 30.1
-          - snapshot
+          - "28.2"
+          - "29.4"
+          - "30.2"
+          - "snapshot"
     steps:
     - uses: purcell/setup-emacs@master
       with:
         version: ${{ matrix.emacs_version }}
 
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v6
     - name: Install dependencies
       run: sudo apt install pandoc aspell
     - name: Run tests
diff --git a/CHANGES.md b/CHANGES.md
index 5b70c0894e..85f3c446dc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,6 +21,7 @@
     - `markdown-link-at-pos` should decode both control characters and spaces 
[GH-921][]
     - `markdown-table-align` now aligns centered cells
     - Fix highlightings of inline code or bold in strike-through  [GH-926][]
+    - Fix fence code block highlighting that uses more than 3 backticks 
[GH-933][]
 
 *   Improvements:
     - Support drag and drop features on Windows and multiple files' drag and 
drop
@@ -41,6 +42,7 @@
   [gh-921]: https://github.com/jrblevin/markdown-mode/issues/921
   [gh-926]: https://github.com/jrblevin/markdown-mode/issues/926
   [gh-930]: https://github.com/jrblevin/markdown-mode/issues/930
+  [gh-933]: https://github.com/jrblevin/markdown-mode/issues/933
 
 # Markdown Mode 2.7
 

Reply via email to