MarkdownRender icon indicating copy to clipboard operation
MarkdownRender copied to clipboard

fix: MarkdownInfo.ToString() should be HTML ( Fixes #28 )

Open StartAutomating opened this issue 1 year ago • 0 comments

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.

StartAutomating avatar Feb 23 '24 19:02 StartAutomating