テスト
1
h2
h3
h4
h5
bold
aaa
pre pre
Blockquote
Blockquote
- Item 1
- Item 2
- Item 2a
- Item 2b
class prettyprint class prettyprint class prettyprint
[code lang=text]
import hoge
for i in range(0,3):
print i
print("i")
[/code]
python :mark
import hoge
for i in range(0,3):
print i
print("i")
[python title="python_tag"]
import hoge
for i in range(0,3):
print(i)
print("i")
[/python]
markdown short code
[python title="python"][/python]
head | head | head |
---|---|---|
1 | 2 | 3 |
4 | 5 | 6 |