Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

< and > from imported markdown files display as &lt; and &gt; #4783

Closed
natemcmaster opened this issue Oct 1, 2017 · 7 comments
Closed

< and > from imported markdown files display as &lt; and &gt; #4783

natemcmaster opened this issue Oct 1, 2017 · 7 comments

Comments

@natemcmaster
Copy link
Contributor

The gallery does not display angle brackets in code blocks correctly in the package's documentation section comes from importing a markdown README file.

Repro

  1. Edit a package. E.g. https://www.nuget.org/packages/Yarn.MSBuild/1.0.1/Edit
  2. Add this URL to the "Import Readme" => "URL" box: https://github.com/natemcmaster/Yarn.MSBuild/v1.0.1/README.md. This file contains this section
**Package Manager Console in Visual Studio**
```
PM> Install-Package Yarn.MSBuild
```

Expected result

image

Actual result

It displays brackets as &gt; and &lt;
image

@anangaur
Copy link
Member

anangaur commented Oct 1, 2017

Linking the feature #2280

@natemcmaster
Copy link
Contributor Author

Thanks!

@i3arnon
Copy link

i3arnon commented Nov 3, 2017

Still doesn't work in inlined code segments with ` (i.e. `Hamster<T>` => Hamster&lt;T&gt;)
For example: https://www.nuget.org/packages/AsyncUtilities/0.5.0#

@Pathoschild
Copy link

Screenshot of the inline code issue:

image

@anangaur
Copy link
Member

anangaur commented Nov 3, 2017

Hmm.. Looks like we fixed it for the code blocks but not for inline code.

@chenriksson
Copy link
Member

Thanks for reporting this. I've opened a separate issue (#4946) to track this.

@anangaur
Copy link
Member

anangaur commented Nov 3, 2017

@chenriksson Looks like we were working in parallel ;). I created #4947

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants