Skip to content

htmlbook-mdx

htmlbook-mdx is a number of extensions for Python Markdown that allow to convert markdown sources into HTMLBook compliant xhtml:

admonition
Creates HTMLBook compliant admonitions, e.g., notes or warnings.
checkbox
Creates HTMLBook compliant checkboxes.
htmlbook
Creates a HTMLBook compliant document structure.
toc
Creates a HTMLBook compliant table of contents.
xhtml
Adds the xhtml namespace to the top level elements.
mermaid
mermaid generator for the customblocks extension for Markdown.

Note

The mermaid generator is not related to HTMLBook](https://oreillymedia.github.io/HTMLBook/), but included here for conveniance. The extension may find a different home in the future.