We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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>
</html>
</head>
</body>
</option>
</p>
</thead>
</tbody>
</tfoot>
</tr>
<html>
<head>
<body>
The text was updated successfully, but these errors were encountered:
Here’s what I did for opening and closing tags.
Sorry, something went wrong.
@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.
No branches or pull requests
@stevenvachon:
The text was updated successfully, but these errors were encountered: