Supported syntax
- Headings with
#,##,###through######. - Emphasis —
*italic*,**bold**,***both***,~~strike~~. - Lists — bulleted (
-,*,+) and numbered. Task lists with- [x]/- [ ]. - Links and images —
[text](url),, plus autolinks for bare URLs. - Code — inline with backticks, fenced blocks with
```language. - Tables, blockquotes, horizontal rules, hard line breaks.
FAQ
Is the input sanitised?
The HTML output is rendered through the standard marked parser. If you intend to inject the result into a page, run it through a sanitizer (DOMPurify) first to strip script tags and dangerous attributes — Markdown by spec allows raw HTML.