doc: erase unneeded eslint-plugin-markdown comment
eslint-plugin-markdown comments affect only a code block below them, so there is no need to cancel them for the rest code blocks. PR-URL: https://github.com/nodejs/node/pull/14598 Refs: https://github.com/eslint/eslint-plugin-markdown#configuration-comments Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
a92a5c17eb
commit
d41423fe72
@ -235,7 +235,6 @@ abc: 1
|
||||
undefined
|
||||
>
|
||||
```
|
||||
<!-- eslint-enable -->
|
||||
|
||||
### console.dir(obj[, options])
|
||||
<!-- YAML
|
||||
|
Loading…
x
Reference in New Issue
Block a user