Skip to content

Instantly share code, notes, and snippets.

@gh640
Created December 15, 2013 11:56
Show Gist options
  • Save gh640/7972141 to your computer and use it in GitHub Desktop.
Save gh640/7972141 to your computer and use it in GitHub Desktop.
markdown の基本的な記法まとめ。

this is h1

this is h2

this h3

normal paragraph is like this.

unordered list:

  • a
  • b
  • c

ordered list:

  1. p
  2. q
  3. r

emphasis:

  • apple
  • orange
  • strooooong
  • strooooong

quote:

someone said something like this.

code:

import sys
sys.stdout.write("hello, world")  # without break line
print("hello again")

link:

you, go to google.

rule:


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