From dd586c6bd442e61c7de36b0806f0183e5397e8cb Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Wed, 2 Aug 2017 19:06:01 +0300 Subject: [PATCH] doc: erase unneeded eslint-plugin-markdown comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Tobias Nießen Reviewed-By: James M Snell --- doc/api/console.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/console.md b/doc/api/console.md index 10f9eba540e6c1..d56cf5b441667e 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -235,7 +235,6 @@ abc: 1 undefined > ``` - ### console.dir(obj[, options])