Skip to content

Commit

Permalink
Fix escaping issue in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
luin authored Mar 6, 2024
1 parent 6026a86 commit 6e2ae54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<strike>` instead of `<s>` 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)
Expand Down

0 comments on commit 6e2ae54

Please sign in to comment.