📝
마크다운 미리보기
실시간 미리보기 Mermaid 내보내기마크다운 텍스트를 실시간으로 미리 봅니다.
0 words
|
0 chars
Markdown
Preview
Formatting
| Syntax | Result |
|---|---|
**bold** | Bold text |
*italic* | Italic text |
~~strike~~ | Strikethrough |
`code` | Inline code |
> quote | Blockquote |
Structure
| Syntax | Element |
|---|---|
# H1 to ###### H6 | Headings |
- item or * item | Unordered list |
1. item | Ordered list |
--- | Horizontal rule |
- [ ] task | Task list |
Links & Media
| Syntax | Result |
|---|---|
[text](url) | Hyperlink |
 | Image |
[text](url "title") | Link with tooltip |
Code & Tables
Use triple backticks for code blocks with optional language. Tables use pipes: | Col1 | Col2 | with |---|---| separator.