# Slide 模版
By [@TonyCrane](https://github.com/TonyCrane)
# Part.1 大标题 一些 markdown
## 标题 > test
```rust [1|2-3] fn main() { println!("Hello World!") } ``` ... - list 1 - list 2 - list 2.1 1. 有序 ## 标题
|表头 a|表头 b|表头 c| |:--:|:--:|:--:| |这是一个|一些内容|...| |三线表|...|...|
|表头 a|表头 b|表头 c| |:--:|:--:|:--:| |这是一个|一些内容|...| |普通表格|...|...|
# Part.2 布局
## 多列布局
第一列 - list - list
第二列 ```python class MyClass: def __init__(self, ...): ... def method(self, ...): ... ```
第一列 - list - list
第二列 1. list 2. list - list
第三列 ```python class MyClass: def __init__(self, ...): ... def method(self, ...): ... ```