Back to blog
1 min read
Markdown elements
A quick reference page that renders every common Markdown element so you can verify the prose styles.
- reference
- markdown
This page exercises the Prose styles. Use it as a visual smoke test.
Headings
H1
H2
H3
H4
Lists
- One
- Two
- Three
- First
- Second
- Third
Blockquote
Quoted text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Inline elements
This is bold, this is italic, this is inline code, and this is a link.
Code block
function greet(name: string): string {
return `hello, ${name}`;
}
Table
| Feature | Status |
|---|---|
| Bilingual i18n | Ready |
| Blog | Ready |
| Search | Add when needed |
Horizontal rule
That’s all.