Skip to content

Instantly share code, notes, and snippets.

@kannokanno
Created June 19, 2013 04:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kannokanno/ce495a4708cee4a7fca4 to your computer and use it in GitHub Desktop.
Save kannokanno/ce495a4708cee4a7fca4 to your computer and use it in GitHub Desktop.
markdown example
An h1 header
============
Paragraphs are separated by a blank line.
2nd paragraph. *Italic*, **bold**, `monospace`. Itemized lists
look like:
* this one
* that one
> Block quotes are
> written like so.
An h2 header
------------
1. first item
2. second item
3. third item
# Let me re-iterate ...
for i in 1 .. 10 { do-something(i) }
~~~
define foobar() {
print 'Welcome to flavor country!';
}
~~~
```python
import time
# Quick, count to ten!
for i in range(10):
# (but not *too* quick)
time.sleep(0.5)
print i
```
### An h3 header ###
Tables can look like this:
|size |material |color
|---- |------------ |------------
|9 |leather |brown
|10 |hemp canvas |natural
|11 |glass |transparent
### 日本語ヘッダー
ネスト構造
1. ほげ
1. ほげほげ
1. ぴよ
1. ぴよぴよ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment