]> git.sur5r.net Git - i3/i3/commitdiff
docs/i3bar-protocol: fix example formatting
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Dec 2012 16:58:59 +0000 (17:58 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Dec 2012 16:58:59 +0000 (17:58 +0100)
docs/i3bar-protocol

index 29ce571346985f499b1215bace0ea01f979547d2..e3e42d10d4f3566388b2e820d29f8630bc0db788 100644 (file)
@@ -45,14 +45,14 @@ to provide the correct version. The header block is terminated by a newline and
 consists of a single JSON hash:
 
 *Minimal example*:
-----------------
+------------------------------
 { "version": 1 }
-----------------
+------------------------------
 
 *All features example*:
-----------------
+------------------------------
 { "version": 1, "stop_signal": 10, "cont_signal": 12 }
-----------------
+------------------------------
 
 (Note that before i3 v4.3 the precise format had to be +{"version":1}+,
 byte-for-byte.)