Markdown reference
Which Markdown elements Atlas renders and what they look like.
Headings
## and ### appear in the navigation on the right. #### stays body-text structure.
Text
Bold, italic, inline code and links work as everywhere.
Lists
- Item one
- Item two
- Nested
- First step
- Second step
Quote
A quote gets the foundationβs left bar.
Code
export const greet = (name: string) => `Hello, ${name}!`;
Table
| Column A | Column B |
|---|---|
| Value 1 | Value 2 |
Callout (HTML)
Markdown has no callouts β the foundation does. A small HTML snippet is enough:
<div class="nk-callout"><span class="c-icon">π‘</span><div>Text</div></div>
This is what the result looks like.
Divider
Done.