c# - libtidy .NET wrapper html5 -


is there html5 libtidy .net wrapper ? have been looking around , can find mark beaton's tidy managed.

it doesn't seem support html5 gracefully. have been using in past great success, it's no longer fit.

then there html tidy html5 support.

but hoping there .net wrapper (than can't seem find, no matter what).

also needs build on x64 understand chances close 0 :)

you can try newinlinetags property. works me:

var td = document.fromfile(infilename); // new html5 tags td.newinlinetags = "section, aside, header, nav, footer"; 

Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -