Process linebreaks and convert them to br element.#162
Conversation
|
Hi @RaptorCZ, thanks for your contribution! I think it's not the intended behavior of Markdown. I think that "double breakline" makes a paragraph, and "single breakline" just should do nothing instead of creating a Besides, I suppose that the usage of |
|
Hi, The same in commonmark specs We can discuss if |
|
Good point. You are right. From what I read there, it only happens when the line ends with "two or more spaces" (and then the breakline) in the source. Does |
|
Commonmark's parser has new line detection as So it checks if it is Current version of recommonmark has So I just added implementation for missing |
humitos
left a comment
There was a problem hiding this comment.
Looks good to me!
Thanks for all your comments and explanation ;)
|
can be merged for new release ? |
For linebreaks in >= 0.6.0 (readthedocs/recommonmark#162)
No description provided.