Typography & Markdown
A one-page reference for the everyday Markdown this theme renders โ headings, text styles, lists, tables, links, images, and more. Code blocks, KaTeX, and Mermaid have their own articles, so they're skipped here. โ๏ธ
Text styles
You can write bold text, italic text, bold italic, and strikethrough. Sprinkle in some inline code where it helps, and drop a footnote[1] when an aside is worth keeping out of the main flow. Emoji work too ๐, and so do super simple things like line breaks in the source.
Here's a longer paragraph to show how body copy sits on the page. Good typography is mostly about rhythm: consistent spacing, comfortable line length, and enough contrast to stay readable without shouting. The measure here is capped so lines never run too wide.
Headings
The heading above is an h2. Sub-sections use smaller levels:
Third-level heading
Fourth-level heading
Fifth-level heading
Sixth-level heading
Lists
Unordered lists are handy for loose collections:
- First item
- Second item, with a bold word
- Third item
- A nested item
- Another nested item, with
code
- Back to the top level
Ordered lists keep their numbering:
- Set up the project
- Write some content
- Build the site
- Run the checks
- Ship it
Task lists render checkboxes:
- Draft the article
- Add every format
- Review the styling
Blockquotes
Simplicity is the ultimate sophistication.
Nested quotes are supported as well:
A quote inside a quote, for when you're citing someone citing someone.
GitHub-style alerts add a little colour:
This is a note. Use it for helpful, non-critical context.
This is a tip โ a shortcut or a nicer way to do something.
This is a warning. Read before you proceed.
Links & images
Links can be inline, reference-style, or bare autolinks like https://www.getzola.org/. Links can also carry a title attribute.
An inline image sits in the flow of the page:

Tables
| Feature | Syntax | Supported |
|---|---|---|
| Bold | **text** | yes |
| Italic | *text* | yes |
| Strikethrough | ~~text~~ | yes |
| Inline code | `code` | yes |
| Footnotes | [^id] | yes |
Columns can be aligned left, right, or centre:
| Left | Centre | Right |
|---|---|---|
| apples | one | 1.00 |
| oranges | two | 12.50 |
| pears | three | 3.75 |
Horizontal rule
Use a thematic break to separate sections:
That's the whole toolbox. Everything above is plain Markdown โ no custom components required. Footnotes collect at the bottom of the article and link back to where they were referenced. โฉ
zolt