提交 cbb6f5ff 编写于 作者: F feilong

fix bug

上级 50aca08e
......@@ -21,19 +21,17 @@
### B
````bash
多行代码块
```diff
```hack_diff
var foo = 'bar';
+ var x = 200;
* var x = 100;
```
```
```hack_
````
### C
````bash
多行代码块
```python
```hack_python
def fibo(max):
n, a, b = 0, 0, 1
while n < max:
......@@ -42,5 +40,5 @@ def fibo(max):
n = n + 1
for n in fibo(10):
print (n)
```
```
```hack_
````
......@@ -27,18 +27,18 @@
````bash
| header 1 | header 2 | header 3 |
| --- | ------ |---------:|
| --- | ------ |---------:|
| cell 1 | cell 2 | cell 3 |
| cell 4 | cell 5 is longer | cell 6 |
| cell 7 | | cell <br> 9 |
| cell 4 | cell 5 | cell 6 |
| cell 7 | | cell <br> 9 |
````
### C
````bash
| header 1 | header 2 | header 3 |
| :--- | :------: |---------:|
| :--- | :------: |---------:|
| cell 1 | cell 2 | cell 3 |
| cell 4 | cell 5 | cell 6 |
| cell 7 | | cell <br> 9 |
| cell 7 | | cell <br> 9 |
````
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册