Travis Derouin wrote:
hi,
I've been using the external tidy and it seems with the tidy.conf in /extensions that a <body> tag is still generated and wrapped around the generated HTML of the article. Is there any way to avoid this?
Wrap the text in a valid document structure and then strip it after tidy completes. This is what Parser::tidy() does.
-- Tim Starling