From cdc1198a62eed52f364c626629d0f137deb1cbe6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 3 Sep 2020 07:06:08 -0700 Subject: [PATCH] doc: fix certificate display in tls doc In one context, `` was being interpretted as an HTML tag and not displayed. PR-URL: https://github.com/nodejs/node/pull/35032 Reviewed-By: Richard Lau Reviewed-By: Anna Henningsen --- doc/api/tls.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 39638e658f6217..7746f25df8dda5 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1077,7 +1077,8 @@ For EC keys, the following properties may be defined: Example certificate: -```text + +```js { subject: { OU: [ 'Domain Control Validated', 'PositiveSSL Wildcard' ], CN: '*.nodejs.org' },