Knagis/CommonMark.NET

Output of CommonMarkConverter.Convert("\\&amp;") is "<p>&amp;amp;</p>"

Closed this issue · 1 comments

Output of CommonMarkConverter.Convert("\\&amp;") is "<p>&amp;amp;</p>".
I would expect it to be "<p>&amp;</p>" as it is so here: https://spec.commonmark.org/dingus/?text=%5C%26amp%3B.
Tested .NET version is 0.15.1 from Nuget.

Wow I am wrong, and it is correctly converted, when it is rendered by HTML viewer.