Releases: cloverhearts/quilljs-markdown
Releases · cloverhearts/quilljs-markdown
1.2.0 Support Safari browser and small bug fixed.
- Supoprt ESM Module type with package.json
- Support Safari browser
- Resolved SSR Rendering problem.
Thank you for your reports!
@eng-dibo @zmaximo1990
1.1.11 Fix bug - does not working markdown syntax for link
1.1.10 Add destroy() method to disable markdown
Support to destroy(disable) markdown plugin.
Thank you for AWESOME PR. @jfhr
destroy
Call destroy()
to remove the event listener and disable markdown support:
const quillMarkdown = new QuillMarkdown(editor, markdownOptions)
// markdown is enabled
quillMarkdown.destroy()
// markdown is now disabled
To re-enable support, create a new instance.
1.1.9 Bug fixed for support safari browser
1.1.8 Improving code block and Fixed bold syntax below block element.
Fixed the part where the existing style collapses when pasting from a code block.
Also, after inserting an image, the grammar at the bottom did not work properly.
Thank you for report @c0ldst0rage and @Matoo125
problems
Fixed
1.1.7 Fix incorrect for inline code section
Fixed::
quilljs-markdown does incorrect apply tag style in inline code block.
Solved this problem on this PR
Thank you for nice report @c0ldst0rage
Reproduce (problem)
Resolved (fixed)
1.1.6 Fix new line after code block
Fixed: Problem of new line after code block
Contributor @saiddjelmo
Thank you for amazing PR.
Reproduce (problem)
Resolved (fixed)
1.1.5 Bug fixed Inline tags
Improve Style css
Improve remove code block element.
Improve blockquote on exists text
Thank you for your reports @azumbrunnen @littleweb