MarkdownPreview icon indicating copy to clipboard operation
MarkdownPreview copied to clipboard

seems to not correctly handle open angle bracket right before link?

Open jamesmanning opened this issue 9 years ago • 0 comments

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:

image

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:

image

If I add a space after the opening angle bracket, then it's shown correctly and is rendered as &lt;

image

jamesmanning avatar May 06 '15 14:05 jamesmanning