一级标题
二级标题
三级标题
四级标题
五级标题
六级标题
三个***表示水平分割线
有序列表
- first
- second
- third
无序列表
- first
- second
- third
引用
插入图片
Saber.jpg插入链接
粗体
斜体
表格
table | col1 | col2 |
---|---|---|
first | second | third |
111 | 222 | 333 |
嵌入代码
print("Hello World!")
不同语言的代码块
public static void main(String[] args){
System.out.println("Hello World!");
}
@requires_authorization
def somefunc(param1='', param2=0):
'''A docstring'''
if param1 > param2: # interesting
print 'Greater'
return (param2 - param1 + 1) or None
class SomeClass:
pass
>>> message = '''interpreter
... prompt'''
网友评论