Can you add an extension/option for generating full/complete page (compliant HTML)?
Example:
<!DOCTYPE html>
<html lang="">
<head>
<title>Test</title>
<meta charset="utf-8">
</head>
<body>
// append the generated HTML which is passed to the parser
</body>
</html>
Version: latest
Can you add an extension/option for generating full/complete page (compliant HTML)?
Example: