]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Documentation: Fix formatting of usage.html
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 23 Feb 2021 23:31:39 +0000 (17:31 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 23 Feb 2021 23:31:39 +0000 (17:31 -0600)
Some '<' and '>' symbols where disrupting Jekyll's parser.

docs/usage.md

index c3573a9c514dea3fd6ad8c1d97ea30e8fa267cf4..d29ea6e797cfbb3653345ce6add333dab05693b8 100644 (file)
@@ -769,13 +769,13 @@ When [`--output.format`](#--outputformat)`=json`, then each element is printed i
        "router-keys": [
                {
                        "asn": "AS64496",
-                       "ski": "<Base64 Encoded SKI>",
-                       "spki": "<Base64 Encoded SPKI>"
+                       "ski": "&lt;Base64 Encoded SKI&gt;",
+                       "spki": "&lt;Base64 Encoded SPKI&gt;"
                },
                {
                        "asn": "AS64497",
-                       "ski": "<Base64 Encoded SKI>",
-                       "spki": "<Base64 Encoded SPKI>"
+                       "ski": "&lt;Base64 Encoded SKI&gt;",
+                       "spki": "&lt;Base64 Encoded SPKI&gt;"
                }
        ]
 }</code></pre>