Skip to content

Instantly share code, notes, and snippets.

@JustinChoi21
Last active May 30, 2016 06:26
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 JustinChoi21/17adf88e1a818739af00 to your computer and use it in GitHub Desktop.
Save JustinChoi21/17adf88e1a818739af00 to your computer and use it in GitHub Desktop.
GMF (GitHub Flavored Markdown 문법 정리)

##줄바꿈 enter

##헤더 #헤더

##리스트

  • 리스트1
  • 리스트2
  • 리스트3

##숫자 리스트

  1. 숫자 리스트1
  2. 숫자 리스트2
  3. 숫자 리스트3

##코드

var code = function () {}; code.test = "test";

"로 시작해서" 으로 끝내면 됩니다. 코드 안에서는 자동으로 escap 처리를 해줍니다.(<, > 등등) 리스트안에서 코드는 “` 로 해줘야 합니다.


##Link 링크명

##Image 이미지링크

##Blockuotes 줄 띄움

줄 띄움

줄 띄움 줄 띄움 줄 띄움

@Re-kim
Copy link

Re-kim commented May 30, 2016

크롬 브라우저에서 엔터쳤는데 줄바꿈 안되는건 깃허브 문제인가요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment