josefpihrt / dotmarkdown

DotMarkdown is Markdown framework for .NET
https://josefpihrt.github.io/docs/dotmarkdown
Apache License 2.0
122 stars 9 forks source link

Add support for escaping angled brackets (< and >) as &lt; and &gt; #15

Closed alphaleonis closed 4 years ago

alphaleonis commented 4 years ago

Currently angled brackets are escaped with a backslash. However some markdown processors don't really seem to like this. Would love to have an option to escape these as their XML char entities instead, i.e. &lt; and &gt;.

josefpihrt commented 4 years ago

Sounds good.