We support GitHub-flavored markdown.
Example Table
| Feature | Supported |
|---|---|
| Tables | Yes |
| Task lists | Yes |
| Strikethrough | Yes |
Code
export function hello() {
return 'world'
}
We support Markdown with tables, code blocks, and more.

We support GitHub-flavored markdown.
| Feature | Supported |
|---|---|
| Tables | Yes |
| Task lists | Yes |
| Strikethrough | Yes |
export function hello() {
return 'world'
}


