Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple paragraph issue. #13

Open
tiggem1993 opened this issue Feb 24, 2018 · 0 comments
Open

Multiple paragraph issue. #13

tiggem1993 opened this issue Feb 24, 2018 · 0 comments

Comments

@tiggem1993
Copy link

tiggem1993 commented Feb 24, 2018

Hi @jpuri ,

Let consider two paragraphs.

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.

For help you can see the working code here:
https://codesandbox.io/s/1rzo9mk5k4

Thanks with regards,
Chandresh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant