Headline level: the number of #
#
# Chapter ## Section ### Subsection
Items: Lines beginning with -
-
- Item 1 - Item 1.1 - Item 1.1.1 - Item 1.1.2 - Item 1.2 - Item 2 - Item 3
Block of codes: The block srounded by three backquotes
```c #include <stdio.h> main() { printf("Hello\n"); } ```
[text](URL)

|
| Header 1 | Header 2 | |----------|----------| | Cell 1 | Cell 2 |
You can align columns using colons (:):
| Left | Center | Right | |:---------|:--------:|---------:| | a | b | c |
This renders as: