diff options
author | Nick Schonning <nschonni@gmail.com> | 2019-10-13 23:46:56 -0400 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-10-15 23:17:24 -0700 |
commit | d1eb108d72ea80ead4c93ac194c277a04b59ca40 (patch) | |
tree | 5ee7ff0e5789a9294d8d07bbe6442403ee10d5d5 /doc | |
parent | 405a280cf283c1209013c3ee76144952860802e3 (diff) | |
download | node-new-d1eb108d72ea80ead4c93ac194c277a04b59ca40.tar.gz |
doc: re-enable passing remark-lint rule
PR-URL: https://github.com/nodejs/node/pull/29961
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/crypto.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md index b4f91c1d55..345ce54296 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -3048,7 +3048,7 @@ The following constants exported by `crypto.constants` apply to various uses of the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. ### OpenSSL Options -<!--lint disable maximum-line-length--> + <table> <tr> <th>Constant</th> @@ -3204,7 +3204,6 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. </table> ### OpenSSL Engine Constants -<!--lint enable maximum-line-length remark-lint--> <table> <tr> |