-
Notifications
You must be signed in to change notification settings - Fork 435
Closed
Labels
Milestone
Description
I've got a document which uses Bootstrap glyphicons like so:
<li> <span class="glyphicon glyphicon-ok-sign"> </span></li><li><span class="glyphicon glyphicon-ok-sign"></span></li><li><span class="glyphicon glyphicon-ok-sign"></span></li>
tidy5 strips out all of the empty lis and spans, making the document worthless. I just want a tool which pretty prints the HTML, not something which mangles the document. Possible/reasonable?
Kristinita, chrisconlan and arya108