You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello @juliandoesstuff you are in #first line.
hello @jyopur you are in #second line.
The generate markdown would be :
hello [@juliandoesstuff] you are in #first line.
hello [@jyopur] you are in #second line.
Now I have to save this markdown in my database.
But when I try to generate the html from stored markdown, it merge the both lines.
hello @juliandoesstuff you are in #first line. hello @jyopur you are in #second line.
It is happening because there is no special markdown for line breaks, empty lines and new line characters. It would be grate if you fix the line break issue in your plugin.
Hi @jpuri ,
Let consider two paragraphs.
The generate markdown would be :
Now I have to save this markdown in my database.
But when I try to generate the html from stored markdown, it merge the both lines.
It is happening because there is no special markdown for line breaks, empty lines and new line characters. It would be grate if you fix the line break issue in your plugin.
For help you can see the working code here:
https://codesandbox.io/s/1rzo9mk5k4
Thanks with regards,
Chandresh
The text was updated successfully, but these errors were encountered: