From 6e2ae548896dbd803cfecaa97cdac1d22f9a74d4 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Wed, 6 Mar 2024 13:28:06 +0800 Subject: [PATCH] Fix escaping issue in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e28cd805a1..21315b3dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,7 +68,7 @@ the most important of which is the improved rendering speed for large content. ### All Changes - Fix UI node interactions with line-level navigation shortcuts [#3898](https://github.com/quilljs/quill/pull/3898) -- Use `<strike>` instead of `<s>` for Strike format [Commit](https://github.com/quilljs/quill/commit/16427683890374ed5acba96765757c44f5d5f2f5) +- Use `` instead of `` for Strike format [Commit](https://github.com/quilljs/quill/commit/16427683890374ed5acba96765757c44f5d5f2f5) - **Keyboard**: Backspace will keep the format when previous line is empty [#3013](https://github.com/quilljs/quill/pull/3013) - **Keyboard**: Discontinue inline formats on enter [#3428](https://github.com/quilljs/quill/pull/3428) - Fix length mismatch when copying code [#3028](https://github.com/quilljs/quill/pull/3028)