"Failed to find closing <p>" when newline and text is present, and newline not in the final result with breaks: true
#158
Labels
enhancement
New feature or request
For example, the following is correct:
It puts everything in a paragraph and the newline is turned into a
br
tag (as expected because of thebreaks: true
option)However, when we put tags ourselves, in this case
p
tags, but also happens with other HTML tagsThe newline
\n
is not converted to abr
tag (may be related to #119 ?), and the closing tag is seen as part of the text instead of being detected as the closing tag.The text was updated successfully, but these errors were encountered: