Quilljs Markdown Versions Save

QuillJS Editor Plugin for advanced Markdown

1.2.0

1 year ago
  • 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

2 years ago

Thank you for report @DykiSA

BEFORE (Problem)

link_problem

. . . . . . . . .

FIXED (On this PR)

bugfixed_link

1.1.10

2 years ago

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

2 years ago

safari

Alternative lookbehind regex syntax for safari

Thank you for good report @chrispanag

1.1.8

2 years ago

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

2 years ago

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

2 years ago

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

Reproduce (problem)

problem

Resolved (fixed)

fixed

1.1.5

2 years ago

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

3 years ago

Fixed for not working about link syntax

Before

before

After

after bug fixed

Thank you for your report @andrewhemans

1.1.3

3 years ago

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

Before

After