Plain text, italic, bold, bold italic, strikethrough, and inline code.
A single-line blockquote.
A blockquote that spans multiple lines, and can even
nest another blockquote inside it.
Unordered:
Ordered:
Task list:
Inline code: const x = 1
Fenced code block with a language hint:
function greet(name: string): string {
return `Hello, ${name}!`
}
Fenced code block with no language:
plain text block
no syntax highlighting
Autolink: https://example.com
| Feature | Supported | Notes |
|---|---|---|
| Headings | ✅ | h1 through h6 |
| Emphasis | ✅ | bold, italic, strike |
| Code blocks | ✅ | inline and fenced |
| Tables | ✅ | via GFM |
| Task lists | ✅ | via GFM |