diff --git a/demo.html b/demo.html index fe499e0..6336786 100644 --- a/demo.html +++ b/demo.html @@ -10,13 +10,8 @@ # 你好 * 哈哈 - - | h1 | h2 | h3 | - |:------|:-------:|--------:| - | 100 | [a][1] | ![b][2] | - | *foo* | **bar** | ~~baz~~ | - + ``` ??--->>><<< @@ -28,6 +23,11 @@ let a=88888 const b=999 ``` + + | h1 | h2 | h3 | + |:------|:-------:|--------:| + | 100 | [a][1] | ![b][2] | + | *foo* | **bar** | ~~baz~~ |