File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -136,19 +136,18 @@ export default defineConfig([
136136
137137You 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
You can’t perform that action at this time.
0 commit comments