One or more lines seperated by line breaks.
This is an example paragraph of text.
This line is included in the encompassing paragraph.
This is a new paragraph because of line break.
This is an example paragraph of text. This line is included in the encompassing paragraph.
This is a new paragraph because of line break.
highlighting words or spans with basic emphasis
- bold: two asteriks
**bold**
or underscores__bold__
- italic: one asterik
*italic*
Headers have no actual constraints but if possible should increase consecutive to their parents.
# h1
## h2
### h3
#### h4
##### h5
###### h6
1. first
2. second
3. third
- first
- second
- third
- first
* second
+ third
- first
- second
- third
- first
- second
- third
- fourth
- first
- second
- third
- second
- fourth
[external link](http://www.google.com)
[header link](#markdown-cheatsheet)
[intra link](/v1.3.12/help/test)
[intra header link](/v1.3.12/help/test#code)
<https://www.google.com>
<http://github.com>
inline `code` or `commands`
inline code
or commands
To invoke a code block using 3 tildes ~
or backticks ` `` followed by a code language for highlighting
three --- or === or ***