Markdown Syntax (마크다운 문법 정리)
# title text
## title text
### title text
#### title text
##### title text
###### title text
brbrbrbrbrbrbrbrbrbrbrbr <br/>
brbrbrbrbrbrbrbrbrbrbrbr
pppppppppppppppppppp <p/>
---
, ___
, ***
- list
- list
* list
* list
1. list
2. list
3. list
> quote text
> quote text
>> quote text
>>> quote text
a | b | c
:--|:--:|--:
1 | 2 | 3
4 | 5 | 6
a | b | c |
---|---|---|
1 | 2 | 3 |
4 | 5 | 6 |
`text
`
```python
print(Hello World!)
``` # code block
Text Style
<span style='color:blue'> text color </span>
<span style='background-color:yellow'> background color </span>
Insert Image
<img src="~/img" width="300">