TarekkMA / markdown_quill

Convert quill (Delta) fromat to and from markdown
MIT License
18 stars 41 forks source link

[Draft] issue #22 repro & workaround #32

Open vishna opened 3 weeks ago

vishna commented 3 weeks ago

What is this PR about?

When you have the following input markdown:

> This is a quote
This is another line

The second line gets appended to the first line (expected markdown behavior). You can override this behavior by using CustomBlockquoteSyntax which doesn't allow paragraph continuation.

Description of changes