fix(check): fix some html check bugs
This commit is contained in:
@@ -62,7 +62,7 @@ in-line changes such as annotations and abbreviations.
|
||||
|
||||
### Blockquote with attribution
|
||||
|
||||
> Don't communicate by sharing memory, share memory by communicating.</p>
|
||||
> Don't communicate by sharing memory, share memory by communicating.
|
||||
> — <cite>Rob Pike[^1]</cite>
|
||||
|
||||
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
|
||||
|
||||
@@ -42,7 +42,7 @@ Markdown 开始被应用于网络以外的领域,包括作者书籍、文章
|
||||
|
||||
我们可以把一个文档看成一系列的块,如段落、引用、列表、标题和代码块。
|
||||
|
||||
有些块(如引号和列表)可以包含其它的块,即 **容器块**;
|
||||
有些块(如引号和列表)可以包含其它的块,即 **容器块**;
|
||||
其他的块(如标题和段落)则包含内联元素(如文本、链接、强调、图像、内联代码等),即 **叶子块**。
|
||||
|
||||
块的符号总是优先于内联元素的符号。例如:
|
||||
|
||||
@@ -381,7 +381,6 @@ Here is a story about love...
|
||||
{{< /typeit >}}
|
||||
|
||||
{{< typeit group="test" code="java" >}}
|
||||
u.accepted(); // [2018/01/05](/since/) special
|
||||
int a = 1;
|
||||
{{< /typeit >}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user