doc: do not begin yaml value with backtick
Will break YAML parsing! See details in the PR. PR-URL: https://github.com/nodejs/node/pull/15447 Fixes: https://github.com/nodejs/node/issues/14930 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
parent
631c59b946
commit
75f7b2f577
@ -575,7 +575,8 @@ changes:
|
||||
description: The `lookup` option is supported.
|
||||
- version: REPLACEME
|
||||
pr-url: https://github.com/nodejs/node/pull/13623
|
||||
description: `recvBufferSize` and `sendBufferSize` options are supported now.
|
||||
description: The `recvBufferSize` and `sendBufferSize` options are
|
||||
supported now.
|
||||
-->
|
||||
|
||||
* `options` {Object} Available options are:
|
||||
|
Loading…
x
Reference in New Issue
Block a user