Markdown formatting

This theme styles standard Markdown elements with its own stylesheet.

Lists

  • Ordered and unordered lists
  • Nested items
  • Task lists when supported by the renderer

Blockquotes use the theme's accent border and muted background.

Code

Inline code and fenced blocks:

const greeting = "Hello from Dune";
console.log(greeting);

Links and emphasis

Bold, italic, and links render with this theme's typography.