Skip to content

Instantly share code, notes, and snippets.

@developer-sdk
Created February 12, 2019 14:07
Show Gist options
  • Select an option

  • Save developer-sdk/2d579446761cbe6f9e8f17a35ec57db7 to your computer and use it in GitHub Desktop.

Select an option

Save developer-sdk/2d579446761cbe6f9e8f17a35ec57db7 to your computer and use it in GitHub Desktop.

RST 문서 작성 방법

마크다운과 유사한 방법으로 작성할 수 있습니다. 제목을 작성할 때는 =, - 의 갯수를 맞춰서 제목의 위, 아래로 입력하면 됩니다.

제목 입력 방법

1.

1.1

1.1.1

1.2

목차 작성 방법

  1. A
    1. a
    2. b
  2. B


  • 오늘은
    • 무엇을
    • 하나

강조

이탤릭체는 별표안에 넣으면 되고, 강조할 때는 이중 별표 안에 넣으면 됩니다.

코드 작성

코드를 작성할 때는 ::를 이용합니다.

Usage:

print("Hello World")

이미지 입력

https://avatars2.githubusercontent.com/u/4131490?s=460&v=4

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