doc: remove random horizontal separators in process.md

PR-URL: https://github.com/nodejs/node/pull/55149
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
This commit is contained in:
Antoine du Hamel 2024-09-28 12:45:37 +02:00 committed by GitHub
parent f5d454ac7e
commit 23743f63fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1956,8 +1956,6 @@ added: v4.8.0
A boolean value that is `true` if the current Node.js build includes support for ALPN in TLS.
***
## `process.features.tls_ocsp`
<!-- YAML
@ -1968,8 +1966,6 @@ added: v0.11.13
A boolean value that is `true` if the current Node.js build includes support for OCSP in TLS.
***
## `process.features.tls_sni`
<!-- YAML
@ -1980,8 +1976,6 @@ added: v0.5.3
A boolean value that is `true` if the current Node.js build includes support for SNI in TLS.
***
## `process.features.uv`
<!-- YAML