Skip to content

Instantly share code, notes, and snippets.

@ferrari219
Created April 12, 2019 04:16
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 ferrari219/d6298bc8e5cd421eccce11acb16cae37 to your computer and use it in GitHub Desktop.
Save ferrari219/d6298bc8e5cd421eccce11acb16cae37 to your computer and use it in GitHub Desktop.
마크다운 문법 정리2

마크다운 문법 정리2

제가 많이 쓰는 명령어와 문법 위주로만 정리했습니다.

링크

[참고링크] : http://www.naver.com

이미지첨부

이게 조금 귀찮은데 이미지를 어느 특정 공간에 업로드 하셔야되요. imgur 쓰시는 분들도 있던데 저희 회사에선 블록 당한 곳이라 어쩔수 없이 티스토리닷컴에 업로드 합니다. 업로드 하신 후에 이미지 경로를 적으시면 되는거예요.

![이미지설명](http://www.naver.com)

간단하죠?

리스트

번호 있는 리스트

1. 내용
2. 내용

번호 없는 리스트

* 1뎁스
   * 2뎁스

인용구(Blockquote)

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