Markdown 치트시트 - 무료 온라인 사용 | UtilsHub
Markdown 치트시트을(를) 온라인에서 무료로 이용하세요. 다운로드 불필요. UtilsHub는 수백 개의 재미있는 온라인 도구를 제공합니다.
Markdown 문법 시트
일반적인 Markdown 문법 참조. 왼쪽에 문법, 오른쪽에 렌더링된 결과가 표시됩니다. 복사 아이콘을 클릭하여 일부분을 복사하세요.
제목
# Heading 1
Heading 1
## Heading 2
Heading 2
### Heading 3
Heading 3
#### Heading 4
Heading 4
##### Heading 5
Heading 5
###### Heading 6
Heading 6
텍스트 형식화
**bold**
bold
__bold__
bold
*italic*
italic
_italic_
italic
***bold italic***
bold italic
~~strikethrough~~
`inline code`
inline code <u>underline</u>
underline
H<sub>2</sub>O
H2O
X<sup>2</sup>
X2
목록
- Item 1 - Item 2 - Item 3
- Item 1
- Item 2
- Item 3
* Item A * Item B * Item C
- Item A
- Item B
- Item C
+ Item X + Item Y + Item Z
- Item X
- Item Y
- Item Z
1. First 2. Second 3. Third
- First
- Second
- Third
- Parent
- Child
- Grandchild - Parent
- Child
- Grandchild
- Child
링크 &이미지
[Google](https://google.com)
[Link with title](https://example.com "Title")
<https://example.com>

Alt text

Alt
[ref]: https://example.com [text][ref]
text (reference-style)
코드
Use `code` inline
Use
code inline ```javascript
console.log("hello");
``` console.log("hello");
```python
def greet():
print("Hi")
``` def greet():
print("Hi")
```html <h1>Hello</h1> ```
<h1>Hello</h1>
indented code block
indented code block
Blockquotes는
> Simple blockquote
Simple blockquote
> Line 1 > Line 2
Line 1
Line 2
> Outer >> Nested
Outer
Nested
> **Bold** and `code`
Bold and
code
> - List item > - Another
- List item
- Another
테이블
| Left | Center | Right | |:---|:---:|---:| | A | B | C | | 1 | 2 | 3 |
| Left | Center | Right |
|---|---|---|
| A | B | C |
| 1 | 2 | 3 |
| Name | Age | |------|-----| | Alice | 25 | | Bob | 30 |
| Name | Age |
|---|---|
| Alice | 25 |
| Bob | 30 |
수평 규칙
---
***
___
- - -
작업 목록
- [ ] Incomplete task
- [x] Completed task
- [ ] Task 1 - [x] Task 2 - [ ] Task 3
확장 문법
Here is a footnote[^1] [^1]: Footnote text
Here is a footnote[1]
[1]: Footnote text
==highlighted text==
highlighted text
term : definition
- term
- definition
Automatic URL: https://example.com
Automatic URL: https://example.com
:smile: :heart: :+1:
😀 ❤️ 👍
복사되었습니다!
이 도구 정보
Markdown 치트시트은(는) 무료 온라인 텍스트 도구입니다. Markdown 자주 사용하는 구문 빠른 참조표. 집중, 휴식, 또는 가벼운 재미로 즐기기에 좋습니다. 브라우저에서 바로 사용하며 다운로드나 가입이 필요 없습니다.