[Markdown] 마크다운 공식 문서 1 - 기본 문법
기본 문법
Heading
# H1
## H2
### H3
Bold
**bold text**
bold text
Italic
*italicized text*
italicized text
Blockquote
> blockquote
blockquote
Ordered List
1. First item
2. Second item
3. Third item
Unordered List
- First item
- Second item
- Third time
Code
`code`
code
Horizontal Rule
---
Link
[title](https://www.example.com)
Image


Table
| Syntax | Description |
| ---------- | ---------- |
| Header | Title |
| Paragraph | Text |
| Syntax | Description |
|---|---|
| Header | Title |
| Paragraph | Text |
Fenced Code Block
{
"firstName": "John",
"lastName" : "Smith",
"age" : 25
}
Footnote
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
Here’s a sentence with a footnote. 1
-
This is the footnote. ↩
댓글남기기