Converty Markdown Showcase 🚀
Welcome to Converty's Markdown Validator & Preview. This sample demonstrates a broad Markdown feature set with live preview, sanitized raw HTML, and structural feedback before you publish.
Use italic text, bold text, strikethrough, inline code, and a forced line break.
This second line confirms the hard line break is preserved in the preview.
Press Cmd + Enter, write H2O, compare 210 with , and keep secondary notes in footnotes.1
Real Converty links
- Converty home
- Browse the FAQs
- Read the blog
- Open the Markdown validator
- Convert structured data
- Validate CSV files
- Create a favicon set
- Optimize images with WebP
- Normalize text with Case / Slug / Escape
- Switch between color formats
Autolink: https://github.com/remarkjs/remark-math
Email: hello@example.com
Reference link: Favicon generator
Lists and tasks
- Draft the document
- Review the structure
- Confirm nested lists stay readable
- Check inline formatting and links
- Publish with confidence
- Headings organized
- Tables aligned
- Code fences labeled
- Math rendered with KaTeX
- Final proofread pending
Markdown stays readable in plain text and polished in preview.
Use the validator when you want quick feedback before publishing.
Table
| Tool | Best for | Status |
|---|---|---|
| CSV Validator | spotting structural issues | Ready |
| Data Converter | JSON, YAML, TOML, and CSV | Ready |
| Favicon Generator | browser icon packages | Ready |
| WebP Converter | image optimization | Ready |
Media

Code samples
type ReleaseNote = {
slug: string
title: string
}
export function buildSummary(note: ReleaseNote) {
return `${note.title} (${note.slug})`
}
pnpm lint
pnpm test
pnpm build
{
"tool": "markdown-validator",
"status": "ready",
"supportsMath": true
}
Math
Inline math works: , , and .
Safe HTML extras
Safe raw HTML still appears after sanitization, while unsafe handlers and protocols are stripped out.
Why mix Markdown with sanitized HTML?
You can add disclosure widgets, keyboard hints, subscripts, and superscripts without opening the door to unsafe scripts or event handlers.
Need a quick route to the rest of Converty? Visit home, scan the FAQs, or browse the blog for longer reads.
This sample includes a footnote reference2 and keeps reference definitions separate from footnotes so reference links resolve correctly.