Closed garretwilson closed 8 years ago
the atom plugin is just a wrapper for Tidy-HTML5, Documentation.
In my opinion the problem is the option "output-xml". If this option is set html-tidy interprets all tags as block level element tags. In my project I don't use this option anymore (htmltidy.txt)
If I couldn't help, please open an issue here.
Thanks
In my opinion the problem is the option "output-xml"
You didn't try it did you? You made an assumption about the problem, didn't test the provided source, and closed the issue.
But I see it still occurring without the output-xml option. That's why I asked if you tested it.
On January 8, 2016 2:37:40 PM GMT-02:00, Andreas Weber notifications@github.com wrote:
Yes, because it is an issue at tidy-html
Reply to this email directly or view it on GitHub: https://github.com/AnWeber/atom-htmltidy/issues/5#issuecomment-170049773
I have the following options:
I have the following input:
atom-htmltidy wraps that to:
Why the newlines inside
<li>
? How do I get rid of them?<code>
is an inline element --- there is no need for wrapping.