md_in_html

Allow HTML in Markdown Docs

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.

Config

In meta.yml:

markdown_extensions:
  - md_in_html

Copyright @ 2024 Anne Brown