Skip to main content

Markdown Preview

Write and preview Markdown with GitHub-flavored syntax support

0 characters1 lines
Preview will appear here...

Markdown Cheatsheet:

# H1 - Heading 1
## H2 - Heading 2
**bold** - Bold text
*italic* - Italic text
[link](url) - Hyperlink
`code` - Inline code
- item - Unordered list
1. item - Ordered list
> quote - Blockquote
--- - Horizontal rule
![alt](url) - Image
| col | col | - Table
```lang - Code block
- [ ] task - Task list
~~text~~ - Strikethrough
==text== - Highlight

GitHub-Flavored Markdown

This preview supports GitHub-Flavored Markdown (GFM) including tables, task lists, strikethrough, and autolinks. The rendered HTML uses Tailwind's prose classes for beautiful typography.