We can use italics, bold, code.
Paragraphs are separated by at least one empty line.
Force line break with two spaces in the end of this line.
Here's the expected new line.
That was a horizontal rule.
- unordered first item
- second item
- sub item
- ordered item
- item 2
- sub item
- third item
- forth item
This is an example link.
;; Formatted block of code or text.
(defun sum (a b)
(+ a b))fn main() {
println!("Example");
}| Name | Phone | Age |
|---|---|---|
| Peter | 555 | 23 |
| Alice | 2222 | 33 |
| Tom | 77777 | 66 |
| Name | Phone | Age |
|---|---|---|
| Peter | 555 | 23 |
| Alice | 2222 | 33 |
| Tom |