josefpihrt/dotmarkdown

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

alphaleonis opened this issue · 1 comments

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;.

Sounds good.