1. Headings
    1. Add # in front of a word or phrase.
    2. # Heading Level 1
    3. ## Heading Level 2
    4. ### Heading Level 3
    5. #### Heading Level 4
    6. ##### Heading Level 5
    7. Alternate Syntax
      1. Heading Level 1 =======
      2. Heading Level 2 ----------
  2. Paragraphs
    1. Use a blank line to separate one or more lines of text.
    2. This is paragraph 1. This is paragraph 2.
  3. Line Breaks
    1. End a line with 2 or more spaces, and then type return.
    2. This is the first line. This is the second line.
  4. Lists
    1. Ordered Lists
      1. Add line items with numbers followed by periods
      2. 1. Item 1 2. Item 2
    2. Unordered List
      1. Add dashes (-), asterisks (*), or plus signs (+) in front of line items
      2. - Item 1 - Item 2 - Item 3
      3. * Item 1 * Item 2 * Item 3
    3. Adding Elements in Lists
      1. Add another element in a list while preserving the continuity of the list, indent the element four spaces or one tab,
      2. * Item 1 * Item 2 Under Item 2 * Item 3
  5. Link
    1. Enclose the link text in brackets and then follow it immediately with the URL in parentheses.
    2. [XMind](www.xmind.net)
    3. <www.xmind.net)
    4. <support@xmind.net>
  6. Image
    1. Add an exclamation mark (!), followed by alt text in brackets, and the path or URL to the image asset in parentheses.
    2. ![XMind Logo](https://s3.cn-north-1.amazonaws.com.cn/assets.xmind.cn/www/assets/images/xmind-logo-dark-66e9bc4b67.svg)
  7. Bold & Italic
    1. Add three asterisks or underscores before and after a word or phrase.
    2. ***bold and italic***
    3. ___bold and italic___
  8. Italic
    1. Add one asterisk or underscore before and after a word or phrase.
    2. *italic text*
    3. _italic text_
  9. Bold
    1. Add two asterisks or underscores before and after a word or phrase.
    2. **bold text **
    3. __bold text __
  10. Blockquotes
    1. dd a > in front of a paragraph.
    2. > This is the blockquotes.