Skip to content

Commit 5bd04c0

Browse files
Trottjoesepi
authored andcommitted
doc: fix certificate display in tls doc
In one context, `<Buffer>` was being interpretted as an HTML tag and not displayed. PR-URL: nodejs#35032 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent cfe1bd0 commit 5bd04c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/tls.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,8 @@ For EC keys, the following properties may be defined:
10651065

10661066
Example certificate:
10671067

1068-
```text
1068+
<!-- eslint-skip -->
1069+
```js
10691070
{ subject:
10701071
{ OU: [ 'Domain Control Validated', 'PositiveSSL Wildcard' ],
10711072
CN: '*.nodejs.org' },

0 commit comments

Comments
 (0)