Nodes
Everything Else
Text, headings, bulleted and numbered lists, code views, quotes, and images
Titles
Best used for section headers.
## Titles
Subtitles
Best use to subsection headers.
### Subtitles
Text Formatting
We support most markdown formatting. Simply add **
, _
, or ~
around text to format it.
Style | How to write it | Result |
---|---|---|
Bold | **bold** | bold |
Italic | _italic_ | italic |
Strikethrough | ~strikethrough~ |
You can combine these. For example, write **_bold and italic_**
to get bold and italic text.
Lists
To make a bulleted list, add a *
or a -
in front of each item.
* Item 1
* Item 2
* Item 3
To make a numbered list, add a number and a period in front of each item.
1. Item 1
2. Item 2
3. Item 3
Blockquotes
To create a blockquote, add a >
in front of a paragraph.
Dorothy followed her through many of the beautiful rooms in her castle.
> Dorothy followed her through many of the beautiful rooms in her castle.
Explore
Try out other formatting you’re familiar with from other platforms. We support most of it!