07-25-2023, 01:37 PM
It's strange that the library does not automatically replace HTML entities. But namespace HtmlAgilityPack has a class for it.
print.it(HtmlEntity.DeEntitize(t.InnerText));
print.it(HtmlEntity.DeEntitize(t.InnerText));

Extract python/other programming code from html (converted from Jupyter notebook)