Markdown Example
Markdown is a plain text format for writing structured documents, based on conventions for indicating formatting in email and usenet posts.1
toc
Emphasis
italic: use * or _
bold: use ** or __
Strikethrough: use ~~
Lists
- First item
- Second item
- Third item
- starting with +
- starting with -
- starting with *
Task lists
- Build a dream
- Work hard and persevere
- Make the dream come true
Code
javascript
function life() {
  try {
    while (true) {
      this.eat();
      this.work();
      this.sleep();
    }
  } catch (e) {
    this.go("hell");
  }
}Blockquotes
Blockquotes
Nested blockquotes
Videos
You can copy the embed code from YouTube or other platforms, and paste it in the markdown file. We also provide a convenient method in markdown-extended#video-embed