From baf13e8c7348728850cb7adc3897d6a37af07348 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Tue, 7 Aug 2018 11:31:42 +0200 Subject: [PATCH] doc: use \ for escaping in markdown The HTML entities didn't "work", and the documentation contained them literally on the main site. --- doc/api/inspector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/inspector.md b/doc/api/inspector.md index 92fcb0e03f89e4..7844126c1fbb0c 100644 --- a/doc/api/inspector.md +++ b/doc/api/inspector.md @@ -82,7 +82,7 @@ session.on('inspectorNotification', (message) => console.log(message.method)); It is also possible to subscribe only to notifications with specific method: -### Event: <inspector-protocol-method> +### Event: \