Markdown to HTML
The Markdown to HTML tool renders Markdown to semantic HTML you can paste into a page or email.
Key Features
- GitHub-style rendering
- Headings, lists, code
- Tables and links
- Local only
Use Cases
- Write docs faster
- Preview a post
- Generate email HTML
- Teach Markdown
How to Use
- Paste the Markdown
- Convert
- Copy the HTML
Practical Tips
- Escape raw HTML if needed
- Use fenced code blocks
- Sanitize before untrusted input
FAQ
- XSS?
- Sanitize output if the source is untrusted.
- Tables?
- Supported via pipe syntax.