Markdown Elements
Visual reference for all standard Markdown elements in Stardux.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Emphasis
Bold
Italic
Bold Italic
Strikethrough
Inline code
Lists
- Item one
- Item two
- Nested item
- Another nested item
- Item three
- First step
- Second step
- Sub-step
- Another sub-step
- Third step
- Completed task
- Incomplete task
Blockquote
This is a blockquote.
Table
| Feature | Status | Version |
|---|---|---|
| Astro 7 | ✅ | 7.2.0 |
| TailwindCSS 4 | ✅ | 4.0.0 |
Code
const greeting = "Hello, world!";
console.log(greeting);
const greeting = "Hello, world!";
console.log(greeting); Links & Images

Footnotes
Here is a sentence with a footnote1.
Keyboard Input
Press Ctrl + K to open search.
Footnotes
-
This is the footnote content. ↗