Skip to content

Commit d7fd4c7

Browse files
committed
Fix up pretty printing
1 parent 2ae356e commit d7fd4c7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/rules/anchor-has-content.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@ For the `components` option, these strings determine which elements (**always in
2727

2828
### Succeed
2929

30+
<!-- prettier-ignore -->
3031
```vue
3132
<a>Anchor Content!</a>
32-
<a
33-
><TextWrapper /><a>
34-
<a is="TextWrapper" />
35-
<a v-text="msg" />
36-
<a v-html="msg" /></a
37-
></a>
33+
<a><TextWrapper /><a>
34+
<a is="TextWrapper" />
35+
<a v-text="msg" />
36+
<a v-html="msg" />
3837
```
3938

4039
### Fail

0 commit comments

Comments
 (0)