You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <
The text was updated successfully, but these errors were encountered:
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
<
The text was updated successfully, but these errors were encountered: