[toc]
Building a Design System from Scratch
This is a full-feature post demo. You can use italic, bold, bold+italic, and strikethrough.
Inline code: const api = "ready".
Highlighted text using HTML mark tag.
Headings H2
H3
H4
H5
H6
Blockquote example.
Multiline quote with a line break.
Line breaks with HTML:
Line 1
Line 2
Lists
- Bullet item 1
- Bullet item 2
- Nested bullet A
- Nested bullet B
- Numbered item 1
- Numbered item 2
- Nested number A
- Nested number B
Task / Checklist
- Done item
- Pending item
Table (GFM)
| Feature | Supported | Notes |
|---|---|---|
| Tables | Yes | GFM |
| Math | Yes | KaTeX |
| Footnotes | Yes | GFM |
Code Blocks
export function hello() {console.log("Hello, world!");}
npm run dev
Links & Images
Emojis 😄🚀✨
Footnote Example
Here is a statement with a footnote.1
Definition List
- Term 1
- Definition for term 1
- Term 2
- Definition for term 2
Math (KaTeX)
Inline math:
Block math:
HTML Inside Markdown
Expandable section
This content is inside a details/summary block.
This is a custom callout box rendered by the markdown renderer.
Card: You can use custom blocks via HTML tags.
[Chart placeholder: bar]
Embedded Video (iframe)
Mermaid (if enabled)
graph TDA[Start] --> B{Decision}B -->|Yes| C[Do it]B -->|No| D[Skip it]
Footnotes
-
This is the footnote text. ↩