Skip to content
New issue

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

Adapt the xml plugin/consider creating new plugin for handling proper html files #45

Open
astefan opened this issue Apr 4, 2017 · 1 comment

Comments

@astefan
Copy link

astefan commented Apr 4, 2017

A html file does resemble (to a certain degree) to an xml file.
The current xml filter plugin fails to parse anything that involves a tag that doesn't have a closing end (for example the <br> tag), but otherwise it should work just fine with an xml-like html file.

@jordansissel
Copy link
Contributor

+1 on the feature. I think maybe we could make a new filter 'html' to do this, unless we have a good story about why the filter called 'xml' should also handle html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants