Ⓜ️Markdown
Headings
Style | Syntax | Example | Output |
---|---|---|---|
Heading 1 | # |
| |
Heading 2 | ## |
| |
Heading 3 | ### |
| Heading 3 |
Styling Text
Style | Syntax | Example | Output |
---|---|---|---|
Bold |
|
| this is bold |
Italics |
|
| this is italic |
Strikethrough |
|
|
|
Bold and italics |
|
| Bold text and nested italic text |
Quotes
You can quote text by typing "
+ Space
at the beginning of your quote.
This is a quote
Lists
You can create an unordered list by adding a - or *
before the text.
To create an ordered list, start each line with a number followed by a .
symbol.
You can press Tab
or Shift + Tab
to indent or unindent a list item.
Checkbox
To create a checkbox item, start with a hyphen -
and followed by []
or [x]
, and
press space
You can press Tab
or Shift + Tab
to indent or unindent a checkbox item.
Divider
To insert to divider, start with an empty line and type *** or ---
Format as code
Type `
around the text to format it as code
Insert Toggle
Type >
+ Space
at the beginning of the line
Last updated