版本 8a08c24166129154ba6faed07a914335baff22a3
Changes from beginning to 8a08c24166129154ba6faed07a914335baff22a3
README
============
## heading 2
### heading 3
#### heading 4
##### heading 5
###### heading 6
- a
- b
- c
1. x
2. y
3. z
Nested List
1. x
- a
- b
- c
2. y
3. z
this is a test for `inline` format
```
just
a
test
```
```C
#include <stdio.h>
int main(){
int a;
return 0;
}
```
```python
import math
pi = math.pi
print(pi)
```
*italic* <br />
**bold** <br />
~~OAO~~ <br />
[Link](https://www.google.com)
![image](https://avatars2.githubusercontent.com/u/5961626?v=2&s=460)
> a
> b
> > c
> > d
> > > e
> > > f
| Left-Aligned | Center Aligned | Right Aligned |
| :------------ |:---------------:| -----:|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |