MarkdownPreview
MarkdownPreview copied to clipboard
seems to not correctly handle open angle bracket right before link?
One of the lines in my current README.md at https://github.com/jamesmanning/RunProcessAsTask is this:
Simple wrapper around System.Diagnostics.Process to expose it as a System.Threading.Tasks.Task<ProcessResults>
This renders correctly on the github site (and here) with the angle brackets being preserved:
However, within the preview created by the extension, the opening angle bracket seems to not be displayed and the link right after is not parsed correctly:
If I add a space after the opening angle bracket, then it's shown correctly and is rendered as <