Skip to content

Commit 97de75f

Browse files
committed
revert README.md changes
1 parent 8312c6a commit 97de75f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,19 +136,18 @@ export default defineConfig([
136136

137137
You can individually disable rules in Markdown using HTML comments, such as:
138138

139+
<!-- prettier-ignore-start -->
139140
```markdown
140141
<!-- eslint-disable-next-line markdown/no-html -- I want to allow HTML here -->
141-
142142
<custom-element>Hello world!</custom-element>
143143

144144
<!-- eslint-disable markdown/no-html -- here too -->
145-
146145
<another-element>Goodbye world!</another-element>
147-
148146
<!-- eslint-enable markdown/no-html -- safe to re-enable now -->
149147

150148
[Object] <!-- eslint-disable-line markdown/no-missing-label-refs -- not meant to be a link ref -->
151149
```
150+
<!-- prettier-ignore-end -->
152151

153152
### Languages
154153

0 commit comments

Comments
 (0)