From abc8c09b7e95fedcb7caf19c50bf4b5fdd2a7a6b Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Sat, 20 Dec 2025 09:51:00 +0100 Subject: [PATCH] Fix GitHub markdown alert format --- doc/fping-json.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 2.43.0