yuin / goldmark

:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
MIT License
3.68k stars 255 forks source link

[Feature Request] Complete page option #366

Closed ivanspasov99 closed 1 year ago

ivanspasov99 commented 1 year ago

Version: latest

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>