Allow HTML in Markdown Docs
2025-01-08
The md_in_HTML built-in Python extension parses Markdown inside of HTML tags, allowing very flexible, quick and dirty custom styling. While it not recommended to place HTML inside markdown files, it is useful for specific customizations, for example, providing customization for a single page.
In meta.yml
:
markdown_extensions:
- md_in_html