You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does lose the _target information associated with the links
but that should be left to the markdown generator generally. In this
case the npm/documentation repo will decide based on the href whether
to apply any target or rel attributes to the links.
Copy file name to clipboardexpand all lines: docs/lib/content/commands/npm-audit.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -81,13 +81,13 @@ The `sig` is generated using the following template: `${package.name}@${package.
81
81
82
82
Keys response:
83
83
84
-
-`expires`: null or a simplified extended <ahref="https://en.wikipedia.org/wiki/ISO_8601"target="_blank">ISO 8601 format</a>: `YYYY-MM-DDTHH:mm:ss.sssZ`
84
+
-`expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601"): `YYYY-MM-DDTHH:mm:ss.sssZ`
85
85
-`keydid`: sha256 fingerprint of the public key
86
86
-`keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
87
87
-`scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
88
88
-`key`: base64 encoded public key
89
89
90
-
See this <ahref="https://registry.npmjs.org/-/npm/v1/keys"target="_blank">example key's response from the public npm registry</a>.
90
+
See this [example key's response from the public npm registry](https://registry.npmjs.org/-/npm/v1/keys").
0 commit comments