Summary of the new feature / enhancement
As a user, I want to be able to more seamlessly work with Markdown in PowerShell.
Unfortunately, when I try to ToString() a Markdown object, I get:
Microsoft.PowerShell.MarkdownRender.MarkdownInfo
This makes easily embedding markdown inside of a string more painful than it needs to be, and also complicates logic for -joining multiple markdowns
Proposed technical implementation details (optional)
The .ToString() method the MarkdownInfo class should be the converted HTML.