"# " through "#### " at the start of a block, converts to Heading 1-4#…####macOS: # + … + ####. Windows/Linux: # + … + ####.
"- ", "* " or "+ " at the start of a block, converts to a bulleted list-spacemacOS: - + space. Windows/Linux: - + space.
"1. " at the start of a block, converts to a numbered list1.spacemacOS: 1 + . + space. Windows/Linux: 1 + . + space.
"[] " or "[ ] " converts to an unchecked to-do; "[x] " converts to a checked to-do[]spacemacOS: [ + ] + space. Windows/Linux: [ + ] + space.
"> " at the start of a block, converts to a toggle>spacemacOS: > + space. Windows/Linux: > + space.
A quote mark then a space, converts to a quote block"spacemacOS: " + space. Windows/Linux: " + space.
Three backticks on their own, converts the block to code```macOS: ```. Windows/Linux: ```.
"---", "***" or "___" on their own, inserts a divider---macOS: ---. Windows/Linux: ---.
Wrap text in double asterisks to make it bold as you type**text**macOS: **text**. Windows/Linux: **text**.
Wrap text in single asterisks to italicize it as you type*text*macOS: *text*. Windows/Linux: *text*.
Wrap text in backticks to make it inline code as you type`text`macOS: `text`. Windows/Linux: `text`.
Wrap text in tildes to strike it through as you type~text~macOS: ~text~. Windows/Linux: ~text~.