From: Alberto Leiva Popper Date: Tue, 23 Feb 2021 23:31:39 +0000 (-0600) Subject: Documentation: Fix formatting of usage.html X-Git-Tag: v1.5.1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f2505937c9b0958956506223cadfa1779f6730;p=thirdparty%2FFORT-validator.git Documentation: Fix formatting of usage.html Some '<' and '>' symbols where disrupting Jekyll's parser. --- diff --git a/docs/usage.md b/docs/usage.md index c3573a9c..d29ea6e7 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -769,13 +769,13 @@ When [`--output.format`](#--outputformat)`=json`, then each element is printed i "router-keys": [ { "asn": "AS64496", - "ski": "", - "spki": "" + "ski": "<Base64 Encoded SKI>", + "spki": "<Base64 Encoded SPKI>" }, { "asn": "AS64497", - "ski": "", - "spki": "" + "ski": "<Base64 Encoded SKI>", + "spki": "<Base64 Encoded SPKI>" } ] }