diff --git a/docs/rules/no-template-target-blank.md b/docs/rules/no-template-target-blank.md index 411b1c9c2..f53289e3e 100644 --- a/docs/rules/no-template-target-blank.md +++ b/docs/rules/no-template-target-blank.md @@ -22,7 +22,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor link - + ``` @@ -52,7 +52,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor link - + ``` @@ -68,7 +68,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor link - + ``` @@ -84,7 +84,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor link - + ``` @@ -100,7 +100,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor link - + ```