patleeman / quill-markdown-shortcuts

Quill.js module that converts markdown to rich text formatting while typing.
https://patleeman.github.io/quill-markdown-shortcuts/
140 stars 49 forks source link

Ending blockquote #18

Closed vishim closed 6 years ago

vishim commented 6 years ago

Entering a newline does not end blockquote. There seems to be no way to end a blockquote. This is a bug.

blockquote

wrobbinz commented 6 years ago

@vishim This issue isn't specific to this module. You can confirm by reproducing this bug @ on a standard quilljs instance. I believe a relevant issue to follow would be: https://github.com/quilljs/quill/issues/1977