Markdown cheatsheet

엥케이·2021년 1월 23일
0

Markdown

목록 보기
1/1

기본 기능 위주지만 괜찮다.
하나씩 구현하고 연습해보자.
Heading

H1

H2

H3

Bold bold text
Italic italicized text
Blockquote (엔터를 처야 끝나나 보다)

blockquote

Ordered List
1. First item
1. Second item
1. Third item

Unordered List

  • First item
  • Second item
  • Third item
- First item
- Second item
- Third item

Code code

Horizontal Rule

Link title
Image

TableSyntax
HeaderTitle
ParagraphText

Fenced Code Block

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Footnote
Here's a sentence with a footnote.[^1]

[^1]: This is the footnote.

Heading ID

My Great Heading {#custom-id}

Definition List term
: definition
Strikethrough The world is flat.
Task List

  • Write the press release
  • Update the website
  • Contact the media
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media

그 외,
Devhints가 한 눈에 잘 보인다.
Github에서 쓰는 문법이 추가된 pdf.
assemble에서 제공되는 조금 자세한 cheatsheet
간단히 한 눈에

profile
음...몰라!

0개의 댓글