Put blank lines before and after a heading for compatibility
To create paragraphs, use a blank line to separate one or more lines of text
To create a line break or new line (
), end a line with two or more spaces, and then type return.
To create titles
# Heading 1
## Heading 2
### Heading 3
...
1. item
2. item
3. item
4. item
4. item
4. item
To create an unordered list, add dashes (-), asterisks (*), or plus signs (+) in front of line items. Indent one or more items to create a nested list.
More text examples
**bold text** and __bold text__
*italic text* and _italic text_
> Blockquotes
>> Nested Blockquotes
`code`
[Link text](link URL)