devych

about everything

마크다운(markdown) 기본 문법

2019-12-17 devychmarkdown

기본 문법


Element Markdown Syntax
Heading
# H1
## H2
### H3
Bold
** bold text **
Italic
_ italicized text _
Blockquote
> blockquote
ol
1. first
2. second
3. third
ul
- first
- second
- third
code ```javascript text ```
Horizontal Rule
---
Link [title](url)
Image ![alt text](img.jpg)
Table
|syntax|desc|
|-----|-----|
|header|title|
footnote
footnote.[^1]
[^1]: footnote
Heading ID
### My heading {#custom-id}
definition list
term
: definition
strikethrough
~~ worked ~~
task list
- [x] www
- [ ] aaa
line break
double space
<br>