docfx
docfx copied to clipboard
"<" does not properly resolve into the unescaped string
DocFX Version Used: 2.35.4.0
Template used: custom
Steps to Reproduce:
- Add
<
inside an XML documentation. - Build and serve the docs.
- View the member containing the said XML.
Expected Behavior:
<
resolves to <
Actual Behavior:
<
resolves to <
This seems to be resolved in one of the recent builds, closing.
Edit: Nope, still broken.
Hey, this still doesn't work for the code formating.
Example: (code snipped anywhere in the XML documentation) `` ` CSharp var range = new Range<int> { Min = 0, Max = 10 }; ```
Expected Behavior:
<
resolves to <
Actual Behavior:
<
resolves to <
Four years after being reported, this is still an issue :(