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 <
