正如您在閱讀的這份文檔,它使用簡單的符號標識不同的標題,將某些文字標記為**粗體**或者*斜體*,創建一個[鏈接](http://www.example.com)或一個腳注[^demo]。下面列舉了幾個高級功能,更多語法請按`Cmd + /`查看幫助。
### 代碼塊
``` python
@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'''
```
### LaTeX 公式
可以創建行內公式,例如 $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$?;蛘邏K級公式: