Skip to content

Commit e9f8560

Browse files
committed
doc: disable md-linting for a line in the style guide
Linting the style guide is failing due to a recent addition in nodejs#33755 landing before the lint library being updated in nodejs#33727. Sorry about the error.
1 parent a29d7c7 commit e9f8560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/guides/doc-style-guide.md

+2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
<!-- lint enable prohibited-strings remark-lint-->
6565
* When referring to a version of Node.js in prose, use _Node.js_ and the version
6666
number. Do not prefix the version number with _v_ in prose. This is to avoid
67+
<!-- lint disable prohibited-strings remark-lint-->
6768
confusion about whether _v8_ refers to Node.js 8.x or the V8 JavaScript
69+
<!-- lint enable prohibited-strings remark-lint-->
6870
engine.
6971
* OK: _Node.js 14.x_, _Node.js 14.3.1_
7072
* NOT OK: _Node.js v14_

0 commit comments

Comments
 (0)