Skip to content

Disable trimming empty elements #237

@mperham

Description

@mperham

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions