최대 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

---

[title](https://www.example.com)

title

Image

![alt text](image.jpg)

alt text

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

  1. This is the footnote. 

댓글남기기