Only add newline after hard line break if needed #81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/hardbreak-newline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If
preserveWhitespace: 'full'is set, hard line breaks areparsed as
<br \>\nso the newline character after the tag is not removed.In this case there must be no additional newline character added when
serializing the
<br \>tag to markdown as this would create a new block and break marks.Pull request closed