Skip to content

Releases: cloverhearts/quilljs-markdown

1.2.0 Support Safari browser and small bug fixed.

21 Jul 10:45
Compare
Choose a tag to compare
  • 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

08 May 02:37
Compare
Choose a tag to compare

Thank you for report @DykiSA

BEFORE (Problem)

link_problem

.
.
.
.
.
.
.
.
.

FIXED (On this PR)

bugfixed_link

1.1.10 Add destroy() method to disable markdown

12 Dec 02:32
Compare
Choose a tag to compare

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

02 Dec 14:38
4f4d9b1
Compare
Choose a tag to compare

safari

Alternative lookbehind regex syntax for safari

Thank you for good report @chrispanag

1.1.8 Improving code block and Fixed bold syntax below block element.

19 Nov 15:30
afb69f1
Compare
Choose a tag to compare

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

2222

Fixed

correct

1.1.7 Fix incorrect for inline code section

27 Oct 16:41
a392968
Compare
Choose a tag to compare

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)

problem

Resolved (fixed)

fixed

1.1.6 Fix new line after code block

18 Sep 14:16
Compare
Choose a tag to compare

Fixed: Problem of new line after code block
Contributor @saiddjelmo
Thank you for amazing PR.

Reproduce (problem)

problem

Resolved (fixed)

fixed

1.1.5 Bug fixed Inline tags

23 May 15:00
190811a
Compare
Choose a tag to compare

Improve Style css

image

Improve remove code block element.

image

Improve blockquote on exists text

image

Thank you for your reports @azumbrunnen @littleweb

1.1.4 Bug fixed for link syntax

20 Mar 02:31
683f925
Compare
Choose a tag to compare

Fixed for not working about link syntax

Before

before

After

after bug fixed

Thank you for your report @andrewhemans

1.1.3 Improve nested list styling

01 Mar 05:30
a39ff55
Compare
Choose a tag to compare

Improve nested list styling with common css.
Thank you for Report @IllusionVK

Before

After