Example input
# Release notes
- Fixed parser
- Added `export`
[Docs](https://example.com)
DataHub
Tools
Markdown to HTML
Local-first
Convert Markdown headings, lists, links, code blocks, and tables into HTML.
This lightweight converter recognizes a limited Markdown subset with regular-expression and line-based rules. It is not a complete CommonMark parser, and the generated HTML is not sanitized for direct insertion into a trusted page.
# Release notes
- Fixed parser
- Added `export`
[Docs](https://example.com)<h1>Release notes</h1>
<ul><li>Fixed parser</li><li>Added <code>export</code></li></ul>
<p><a href="https://example.com">Docs</a></p>Ordered and nested lists, blockquotes, images, references, escapes, and other CommonMark features are not fully supported. This remains a documented subset rather than a full parser.
CommonMark and GFM define substantially more syntax than this line-based converter. The output should be treated as a draft from a documented subset.
Sources checked July 24, 2026. Specifications and platform behavior can change; verify the sources before formal use.
No. It implements only a small subset of common Markdown syntax.
HTTP, HTTPS, mailto, root-relative, and fragment links; unsupported schemes become plain text.
No. The current list handler is for simple unordered lists.
Yes. Parsing continues after the contiguous table rows.