Skip to content

Instantly share code, notes, and snippets.

@Reponedor
Forked from namkyu/markdown.md
Created November 20, 2019 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Reponedor/b2f9cdd5a5b19277ddf57e6ab7e9b9c6 to your computer and use it in GitHub Desktop.
Save Reponedor/b2f9cdd5a5b19277ddf57e6ab7e9b9c6 to your computer and use it in GitHub Desktop.
markdown #markdown

헤더

This is a H1

This is a H2

This is a H3

This is a H4

This is a H5
This is a H6

인용상자

private String name = "nklee"; private int age = 33;

목록

  1. 첫번째
  2. 두번째
  3. 세번째
  • 이남규
  • 이은경
  • 이도현
  • 이도윤

코드 블럭

private String name = "nklee";
private int age = 33;

강조

이남규
이남규
이남규

테이블

First Header Second Header
Contenet cell 1 Contenet cell 2

체크 박스

  • this is a complete item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment