From e9f8560a1c31be528eb07264da53717b17ac60c0 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 7 Jun 2020 17:49:36 -0700 Subject: [PATCH] doc: disable md-linting for a line in the style guide Linting the style guide is failing due to a recent addition in https://github.com/nodejs/node/pull/33755 landing before the lint library being updated in https://github.com/nodejs/node/pull/33727. Sorry about the error. --- doc/guides/doc-style-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/doc-style-guide.md b/doc/guides/doc-style-guide.md index 4429501e708514..c5257ffa7ff286 100644 --- a/doc/guides/doc-style-guide.md +++ b/doc/guides/doc-style-guide.md @@ -64,7 +64,9 @@ * 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 + confusion about whether _v8_ refers to Node.js 8.x or the V8 JavaScript + engine. * OK: _Node.js 14.x_, _Node.js 14.3.1_ * NOT OK: _Node.js v14_