From: David Schweikert Date: Sat, 20 Dec 2025 08:51:00 +0000 (+0100) Subject: Fix GitHub markdown alert format X-Git-Tag: v5.5~19 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abc8c09b7e95fedcb7caf19c50bf4b5fdd2a7a6b;p=fping.git Fix GitHub markdown alert format --- diff --git a/doc/fping-json.md b/doc/fping-json.md index e03d5a9..7bc9682 100644 --- a/doc/fping-json.md +++ b/doc/fping-json.md @@ -2,7 +2,8 @@ last updated for: fping 5.5 -> [!IMPORTANT] The JSON output feature is currently in **alpha**. The format is +> [!IMPORTANT] +> The JSON output feature is currently in **alpha**. The format is > subject to change in future versions. When using the `--json` (or `-J`) option, fping outputs results as a **stream of @@ -40,7 +41,8 @@ $ fping -J -c3 8.8.8.8 ## JSON Object Types -> [!NOTE] In the actual output, each JSON object is compacted onto a single +> [!NOTE] +> In the actual output, each JSON object is compacted onto a single > line. The examples in this document are formatted across multiple lines for > readability.