HTML โ Markdown Converter
GFM Support ยท Live Preview ยท Platform Presets ยท Front Matter ยท Stats
Platform:
๐ HTML Input
1527 chars
โ
1527 chars
๐ GitHub GFM Features
- Tables:
| col | col | - Strikethrough:
~~text~~ - Task lists:
- [x] done - Fenced code:
```js - Autolinks supported
๐ฏ Platform Differences
- GitHub: Full GFM + emoji
- Dev.to: Liquid tags support
- Hashnode: Standard MD + embeds
- Obsidian: Wiki links [[page]]
- Hugo: Shortcodes + front matter
๐ Heading Hierarchy Fix
When enabled, jumps from H1โH3 are auto-corrected. Useful when converting blog articles that skip heading levels.
# Title โ ### Subโ fixed โ# Title โ ## Sub
๐ Front Matter Uses
- Jekyll: Static site generator
- Hugo: Go-based SSG
- Gatsby: React SSG
- Next.js: MDX pages
- Obsidian: Note metadata