Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You Type

You Get

Code Block
- item todo
+ item done 
~ item in progress
x item cancelled
Image RemovedImage Added

NOTE: There should NOT be additional tabs or spaces at the beginning of the row. Otherwise, this block renders incorrectly!

...

You Type

You Get

Code Block
languagetext
* bullet point one
* bullet point two
> * bullet point nested
> * bullet point nested
1. list item one
2. list item two
  • bullet point one

  • bullet point two

    • bullet point nested

    • bullet point nested

  1. list item one

  2. list item two

Emphasis

You Type

You Get

Code Block
languagetext
**bold text**
_italic text_
`emphasize`

bold text

italic text

emphasize

...