Skip to content

Support for multiple blank lines #993

Answered by wooorm
puopg asked this question in Ideas
May 6, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Hey!

I believe this goes against the fundamental nature of markdown (and HTML), which marks up things to have meaning, and is not about WYSIWYG “drawing” of things.
Parsing markdown (and HTML), following standards, is also extremely involved: it’s super complex, there are all these edge cases that are handled by micromark/remark/etc.
If you just want to do something that discord or slack also do, and a bit different, then you’re not helped by markdown. You’re looking for something else. A couple of regexes. Something like https://github.com/developit/snarkdown maybe. There are probably more projects that slightly enhance comment boxes.
On the other hand, if you do want a standard that is …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@puopg
Comment options

@wooorm
Comment options

Answer selected by ChristianMurphy
Comment options

You must be logged in to vote
1 reply
@wooorm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants