ItzDerock / discord-markdown-parser

A library to parse discord style markdown into an abstract syntax tree.
Apache License 2.0
26 stars 10 forks source link

Continuous multiple lines of block quotes #7

Closed ray-1337 closed 5 months ago

ray-1337 commented 1 year ago

I think it will be better if we can cut the block quotes after two lines (or more) of break lines

Raw

image

Preview

image

ItzDerock commented 5 months ago

this is intentional, in discord if you send

>>> line 1

3 newlines

it renders as

line 1

3 newlines

image