标签: 空白、blank_lines
别名:无多个空格
文档中不能有连续的空行(文档末可以有一个空行),在代码块中这个规则不会生效
当文档中有多个连续的空行时,会触发此规则:
js
Some text here
Some more text here
要解决此问题,请删除有问题的行:
js
Some text here
Some more text here
注意:如果代码块内有多个连续的空行,则不会触发该规则。