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