MarkDown 문법
MarkDown Syntax 정리
Heading
# // h1
## // h2
### // h3
#### // h4
##### // h5
###### // h6
Line
--- // line
\*\*\* // line
\_\_\_ // line
Text attributes
**bold**
_italic_
~~strikethrough~~
Quote
> Don`t forget to code your dream.
>
> > Don`t forget to code your dream.
> >
> > > Don`t forget to code your dream.
Bullet List
---
-
1.
- one
- two
- three *
- two
- 1
- 2
- 2-1
Link
[text](https://)
Image

or Can use <image> tag / <a> tag
<img src="" width=150% height=50% alt="sample img"/>
<a herf="#">
<img src="" width=150% height=50% alt="sample img"/>
</a>
Table
| Header | Description | Description2 |
| -----: | :---------- | :----------: |// ordered
|cell1|cell2|cell3|
Header | Description | Description2 |
---|---|---|
cell1 | cell2 | cell3 |
Code
`codes`js
`code block`kotlin
Literal asterisks
/# hash mark
/[] squre brackets
/\* literal asterisks
#
[ ]
*
< >
Check List
- [x] // checked
- [ ] // uncheckeed
- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
- checked
- unchecked
- @mentions, #refs, links, formatting, and
tagssupported
Hash Link
[보여지는 내용](#이동할-헤드(제목)) // 띄어쓰기는 - 로 연결
[1. Heading](###-Heading)
Emoji
Only github…
More list in www.emoji-cheat-sheet.com
:+1:
:sparkles:
:camel:
:tada:
:+1: :sparkles: :camel: :tada:
댓글남기기