Typography
Headings, lists, and text formatting

Arcane Lexicon renders standard markdown with beautiful typography. Headings automatically appear in the Table of Contents on the right.

Headings#

All headings from H2-H4 are tracked in the table of contents.

Third Level (H3)#

Nested headings create hierarchy in your documentation.

Fourth Level (H4)

Even deeper nesting for detailed sections.

Text Formatting#

Standard markdown formatting is supported:

  • Bold text with **double asterisks**
  • Italic text with *single asterisks*
  • Inline code with backticks
  • Strikethrough with ~~double tildes~~

Lists#

Unordered Lists#

  • First item
  • Second item
    • Nested item
    • Another nested item
  • Third item

Ordered Lists#

  1. Step one
  2. Step two
    1. Sub-step A
    2. Sub-step B
  3. Step three

Blockquotes#

Blockquotes are styled with a left border and slightly muted text.

They can span multiple paragraphs.

Horizontal Rules#

Use three dashes to create a horizontal rule:


Content continues after the rule.