diff --git a/docs/rules/html-closing-bracket-newline.md b/docs/rules/html-closing-bracket-newline.md index e5134bec7..f6a5f0d2c 100644 --- a/docs/rules/html-closing-bracket-newline.md +++ b/docs/rules/html-closing-bracket-newline.md @@ -42,7 +42,7 @@ Plus, you can use [`vue/html-indent`](./html-indent.md) rule to enforce indent-l :-1: Examples of **incorrect** code for this rule: ```html - +
@@ -55,7 +55,7 @@ Plus, you can use [`vue/html-indent`](./html-indent.md) rule to enforce indent-l :+1: Examples of **correct** code for this rule: ```html - +
+
+
+
@@ -51,7 +51,7 @@ Examples of **incorrect** code for this rule: Examples of **correct** code for this rule: ```html - +
@@ -63,7 +63,7 @@ Examples of **correct** code for this rule: ``` ```html -