[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/markdown-mode 601863bb56 6/7: Fix issue link
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/markdown-mode 601863bb56 6/7: Fix issue link |
Date: |
Tue, 11 Apr 2023 22:01:45 -0400 (EDT) |
branch: elpa/markdown-mode
commit 601863bb56a2171b2a4779093ee23bdecdb7dffc
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Shohei YOSHIDA <syohex@gmail.com>
Fix issue link
---
CHANGES.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index a81d1ed693..d8225299d2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -29,7 +29,7 @@
- Fix `markdown-live-preview-mode` fails when `eww-auto-rename-buffer` is
non-nil[GH-737][]
- Fix to mistake to handle the line as delimiter row[GH-747][]
- Fix wrong displaying horizontal rule in `markdown-view-mode` [GH-747][]
- - HTML-escape title in `markdown-add-xhtml-header-and-footer` [GH-748][]
+ - HTML-escape title in `markdown-add-xhtml-header-and-footer`
[markdown-xwidget-issue-9](https://github.com/cfclrk/markdown-xwidget/issues/9)
[gh-377]: https://github.com/jrblevin/markdown-mode/issues/377
[gh-572]: https://github.com/jrblevin/markdown-mode/issues/572
@@ -41,7 +41,6 @@
[gh-743]: https://github.com/jrblevin/markdown-mode/issues/743
[gh-747]: https://github.com/jrblevin/markdown-mode/issues/747
[gh-753]: https://github.com/jrblevin/markdown-mode/issues/753
- [gh-754]: https://github.com/cfclrk/markdown-xwidget/issues/9
# Markdown Mode 2.5
- [nongnu] elpa/markdown-mode updated (fee1b0773b -> 5d98592fe5), ELPA Syncer, 2023/04/11
- [nongnu] elpa/markdown-mode 601863bb56 6/7: Fix issue link,
ELPA Syncer <=
- [nongnu] elpa/markdown-mode 85570020fc 4/7: Add compat library, ELPA Syncer, 2023/04/11
- [nongnu] elpa/markdown-mode 52ce98b929 2/7: Add tests for html escaping title, ELPA Syncer, 2023/04/11
- [nongnu] elpa/markdown-mode 5d98592fe5 7/7: Merge pull request #760 from jrblevin/pr-758, ELPA Syncer, 2023/04/11
- [nongnu] elpa/markdown-mode e44119f881 3/7: Update CHANGES.md, ELPA Syncer, 2023/04/11
- [nongnu] elpa/markdown-mode 4ee8965287 5/7: Replace string-replace with replace-regexp-in-string for compatibility, ELPA Syncer, 2023/04/11
- [nongnu] elpa/markdown-mode 054ff99a4d 1/7: Escape minimal set of characters in title, ELPA Syncer, 2023/04/11