Open
Description
I would like to use the HTML plugin with document fragments as input rather than full documents. The current version of the plugin will add <html><head></head><body>...</body>
to the output because it expects full documents.
The implementation would have to use parseFragment
rather than parse
.
Would it be possible to add a flag for this?