Convert markdown \n* (more then two) to <br><br> or empty <p> #1074
Unanswered
knownasilya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I input something like
'test\n\n\n\ntest\n'
as the default value, the rendered output removes all spaces betweenp
tags (emptyp
removed). I want users to be able to add a blank line between paragraphs. Is this possible? Seems it has to do with input parsing, since output is correct (on listener change).Beta Was this translation helpful? Give feedback.
All reactions