christiaanderidder / QuestPDF.Markdown

QuestPDF.Markdown allows rendering markdown into a QuestPDF document
MIT License
26 stars 5 forks source link

Added the Commonmark backslash linebreak #69

Closed JeroenVerseput closed 1 month ago

JeroenVerseput commented 1 month ago

I noticed that de dubble whitespace linebreak did not work. After some research i found out that de backslash was also a valid method to create a linebreak. So i used the existing switch case to check if the LineBreakInline was created because of a backslash.

I hope this could be an addition too this solution.

Source i found: https://commonmark.org/help/tutorial/03-paragraphs.html

christiaanderidder commented 1 month ago

Hi @JeroenVerseput, thank you for your submission. Looks like a useful addition to me.