Parse Markdown & HTML
Use markdom.parse
to convert Markdown to clean, anchor-linked HTML with TOC generation.
Parse Markdown & HTML
Use markdom.parse
to convert Markdown to clean, anchor-linked HTML with TOC generation.
Use the CLI
Run npx @tenedev/markdom <file.md>
to output HTML right from your terminal.
Customize your Output
Control TOC structure, heading anchors, and output styling to fit your needs.
Read the Docs
Learn more in the official Markdom documentation.