commit f0f85f1a0cfcd6d501aee848238913a4fd1e0606
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Wed Aug 2 21:19:05 2017 +0200
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Wed Aug 2 21:19:05 2017 +0200

    FORMAT: make it a proper table with Unicode-boundary-glyphs

diff --git a/FORMAT b/FORMAT
index 230b5b0..0c082ea 100644
--- a/FORMAT
+++ b/FORMAT
@@ -1,14 +1,14 @@
 
   FARBFELD IMAGE FORMAT SPECIFICATION
 
-  +--------+---------------------------------------------------------+
-  | Bytes  | Description                                             |
-  +--------+---------------------------------------------------------+
-  | 8      | "farbfeld" magic value                                  |
-  +--------+---------------------------------------------------------+
-  | 4      | 32-Bit BE unsigned integer (width)                      |
-  +--------+---------------------------------------------------------+
-  | 4      | 32-Bit BE unsigned integer (height)                     |
-  +--------+---------------------------------------------------------+
-  | [2222] | 4*16-Bit BE unsigned integers [RGBA] / pixel, row-major |
-  +--------+---------------------------------------------------------+
+  
╔════════╤═════════════════════════════════════════════════════════╗
+  ║ Bytes  │ Description                                             ║
+  ╠
════════╪═════════════════════════════════════════════════════════╣
+  ║ 8      │ "farbfeld" magic value                                  ║
+  
╟────────┼─────────────────────────────────────────────────────────╢
+  ║ 4      │ 32-Bit BE unsigned integer (width)                      ║
+  
╟────────┼─────────────────────────────────────────────────────────╢
+  ║ 4      │ 32-Bit BE unsigned integer (height)                     ║
+  
╟────────┼─────────────────────────────────────────────────────────╢
+  ║ [2222] │ 4⋅16-Bit BE unsigned integers [RGBA] / pixel, row-major ║
+  
╚════════╧═════════════════════════════════════════════════════════╝

Reply via email to