docfx icon indicating copy to clipboard operation
docfx copied to clipboard

"<" does not properly resolve into the unescaped string

Open Still34 opened this issue 6 years ago • 3 comments

DocFX Version Used: 2.35.4.0

Template used: custom

Steps to Reproduce:

  1. Add < inside an XML documentation.
  2. Build and serve the docs.
  3. View the member containing the said XML.

Expected Behavior: &lt; resolves to <

Actual Behavior: &lt; resolves to &lt;

Still34 avatar May 03 '18 15:05 Still34

This seems to be resolved in one of the recent builds, closing.

Edit: Nope, still broken.

Still34 avatar Jun 23 '18 02:06 Still34

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: &lt; resolves to <

Actual Behavior: &lt; resolves to &lt;

Migle224 avatar Oct 16 '19 13:10 Migle224

Four years after being reported, this is still an issue :(

jskeet avatar Aug 16 '22 14:08 jskeet