MarkdownRender
MarkdownRender copied to clipboard
fix: MarkdownInfo.ToString() should be HTML ( Fixes #28 )
Adding a ToString() to [MarkdownInfo] that will output the .HTML
This will make converted markdown easier to embed in HTML, match, join (and all other string operations)
This seems like a very sensible default, and it will make pages built out of multiple markdowns significantly easier to construct.