From 27d5f0e80dc7c45705ded0e6497bbb3223e83e5d 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 e0ddf906843ae5..18c085af64b98e 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1071,7 +1071,8 @@ For EC keys, the following properties may be defined: Example certificate: -```text + +```js { subject: { OU: [ 'Domain Control Validated', 'PositiveSSL Wildcard' ], CN: '*.nodejs.org' },