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