Skip to content
Powered byPagefind

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
  1. First step
  2. Second step
    1. Sub-step
    2. Another sub-step
  3. 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); 

Internal link

External link

OG Image

Footnotes

Here is a sentence with a footnote1.

Keyboard Input

Press Ctrl + K to open search.

Footnotes

  1. This is the footnote content.