Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: disable md-linting for a line in the style guide
Linting the style guide is failing due to a recent addition in
#33755 landing before the lint
library being updated in #33727.
Sorry about the error.
  • Loading branch information
Trott committed Jun 8, 2020
commit e9f8560a1c31be528eb07264da53717b17ac60c0
2 changes: 2 additions & 0 deletions doc/guides/doc-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
<!-- lint enable prohibited-strings remark-lint-->
* When referring to a version of Node.js in prose, use _Node.js_ and the version
number. Do not prefix the version number with _v_ in prose. This is to avoid
<!-- lint disable prohibited-strings remark-lint-->
confusion about whether _v8_ refers to Node.js 8.x or the V8 JavaScript
<!-- lint enable prohibited-strings remark-lint-->
engine.
* OK: _Node.js 14.x_, _Node.js 14.3.1_
* NOT OK: _Node.js v14_
Expand Down