markdownj
markdownj copied to clipboard
ensure valid xml output
From [email protected] on August 06, 2011 15:53:23
What steps will reproduce the problem? 1. invoke new MarkdownProcessor().markdown("some markdown with
in it")
2. parse as xml
It would be nice to have an option to enfoce valid xhtml output. In this mode unmatched tags should either be closed or escaped.
Original issue: http://code.google.com/p/markdownj/issues/detail?id=18