PaperMod styles standard Markdown elements with the upstream 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);

Bold, italic, and links render with PaperMod typography.