htmlnano
htmlnano copied to clipboard
Remove optional open/closing tags
@stevenvachon:
- Remove optional closing tags such as
</html>,</head>,</body>,</option>,</p>,</thead>,</tbody>,</tfoot>,</tr>- remove optional opening tags such as
<html>,<head>,<body>
@maltsev considering the feature will result in invalid HTML, will posthtml be compatible with it?
considering the feature will result in invalid HTML, will posthtml be compatible with it?
I'm not sure. We should test it.
On a more general note, it raises a more important question about PostHTML limitations. I created #99 for discussing that.