Open skalee opened 3 years ago
Given input HTML:
<html> <body> plain text <h1>h1</h1> </body> </body>
ReverseAdoc produces following:
plain text == h1
Note unneeded single space (U+0020) before and after "plain text".
Whilst it's syntactically harmless, it's also completely unnecessary, and leads to rather ugly, human-unfriendly output.
I'm going to fix that unless someone opposes.
Agree, please fix it.
Given input HTML:
ReverseAdoc produces following:
Note unneeded single space (U+0020) before and after "plain text".
Whilst it's syntactically harmless, it's also completely unnecessary, and leads to rather ugly, human-unfriendly output.
I'm going to fix that unless someone opposes.