gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
276 stars 61 forks source link

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

Open jamesmanning opened 9 years ago

jamesmanning commented 9 years ago

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