]> git.gsnw.org Git - fping.git/commitdiff
Fix GitHub markdown alert format
authorDavid Schweikert <david@schweikert.ch>
Sat, 20 Dec 2025 08:51:00 +0000 (09:51 +0100)
committerDavid Schweikert <david@schweikert.ch>
Sat, 20 Dec 2025 08:53:50 +0000 (09:53 +0100)
doc/fping-json.md

index e03d5a928575ba3d176e21957328b2ca22c9eed9..7bc96825a3e9f5861030b6b3b3bc3c1dea67f5af 100644 (file)
@@ -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.