Markdown 기본 문법을 정리하였다. 출처는 http://markdowntutorial.com이다.
이 게시물도 Markdown 언어로 작성하고 있는데, 앞으로 자주 쓰게 될 것 같다.

1. italic: _

예: _italic_

2. bold: **

예: **bold**

3. Headers: #

Header

Header one과 six는 sparingly하게 사용하는 것이 좋다고 한다.

1) inline link:

Header

2) reference link

Header

advantage of the reference link style is that multiple links to the same place only need to be updated once.

5. Images: ![]()

1) inline style

Header

2) reference style

Header

6. Blockquotes: >

Header

Notice that even blank lines must contain the caret character.
This ensures that the entire blockquote is grouped together

Header

7. Lists: *과 1,2,3

1) unordered list Header

2) ordered list Header

아래와 같이 list를 중첩해서 사용할 수도 있다.

Header

8. Paragraphs: two spaces

You can accomplish this by inserting two spaces after each new line.

Header

줄 바꿈으로 paragraph을 구분하는 것은 Hard breaks,
Two spaces로 paragraph을 구분하는 것은 Soft breaks라고 부른다.

출처

http://markdowntutorial.com/

더 공부하기

  • https://www.markdownguide.org/basic-syntax
  • https://daringfireball.net/projects/markdown/
  • https://spec.commonmark.org/dingus/
  • https://johnmacfarlane.net/babelmark2/faq.html
  • https://www.markdownguide.org
  • https://dave.autonoma.ca/blog/2019/05/22/typesetting-markdown-part-1/
  • http://idratherbewriting.com/2013/06/04/exploring-markdown-in-collaborative-authoring-to-publishing-workflows/
  • https://en.wikipedia.org/wiki/Markdown#Example
  • https://docs.gitlab.com/ee/user/markdown.html
  • https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax