From 50be885285c602c2aa1eb9c6010cb26fe7d186ff Mon Sep 17 00:00:00 2001 From: Сковорода Никита Андреевич Date: Tue, 20 Sep 2016 07:44:22 +0300 Subject: tools: enable more remark-lint rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New rules: 1. rule-style 2. strong-marker 3. no-shell-dollars 4. no-inline-padding 5. code-block-style 6. no-multiple-toplevel-headings Fixes to the existing files applied. PR-URL: https://github.com/nodejs/node/pull/8708 Reviewed-By: Anna Henningsen Reviewed-By: Ilkka Myller Reviewed-By: Johan Bergström Reviewed-By: James M Snell --- doc/api/debugger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/debugger.md') diff --git a/doc/api/debugger.md b/doc/api/debugger.md index acffe65cba..dfe2f90973 100644 --- a/doc/api/debugger.md +++ b/doc/api/debugger.md @@ -181,7 +181,7 @@ localhost:5858 ## V8 Inspector Integration for Node.js -__NOTE: This is an experimental feature.__ +**NOTE: This is an experimental feature.** V8 Inspector integration allows attaching Chrome DevTools to Node.js instances for debugging and profiling. -- cgit v1.2.3