반응형
markdown
- 이탤릭체
Italic
*Italic*
_Italic_
- 볼드
Bold
**Bold**
__Bold__
- 취소선
The world is flat.
~~The world is flat.~~
- 헤딩
Heading 1
# Heading 1
Heading 1
=========
Heading 2
Heading 2
---------
##Heading 2
- 링크
Link
[Link](http://a.com)
- 이미지
![Image](/moilog/logo.png)
- 블럭
Blockquote
> Blockquote
- 리스트
- List
- List
- List
- List
- List
- List
- 번호 리스트
- One
- Two
- Three
1. One
2. Two
3. Three
- 가로선
---
- 인라인 코드
Inline code
`Inline code`
- 코드블럭
code block
```
code block
```
- 테이블
SyntaxDescription
Header | Title |
Paragraph | Text |
| Syntax | Description |
| --------- | ----------- |
| Header | Title |
| Paragraph | Text |
SyntaxDescriptionTest Text
Header | Title | Here's this |
Paragraph | Text | And more |
| Syntax | Description | Test Text |
| :--- | :----: | ---: |
| Header | Title | Here's this |
| Paragraph | Text | And more |
- url, 이메일
https://www.google.con
fake@example.com
<https://www.google.con>
<fake@example.com>
- 줄바꿈
스페이스바 두번
반응형
'개발&코딩👨💻 > ETC' 카테고리의 다른 글
프론트엔드 JS-Template 엔진들 정리 (0) | 2023.07.02 |
---|