-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do only convert linebreaks to br tags in p blocks
This changes the behavior of the markdown method to only convert linebreaks inside of p blocks. I found no better solution yet for the problem as otherwise also lists will have linebreaks between the list items. Unfortunately the default linebreak syntax seems not to fulfill our needs.
- Loading branch information
1 parent
7324064
commit f8607c4
Showing
2 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters