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 codewith backticksStrikethroughwith~~double tildes~~
Lists#
Unordered Lists#
- First item
- Second item
- Nested item
- Another nested item
- Third item
Ordered Lists#
- Step one
- Step two
- Sub-step A
- Sub-step B
- 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.