branch: master commit c41c9328da8413d3f0093b72bf9b64177053b2ce Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
README.md: fix tables --- README.md | 32 ++++++++++++++------------------ 1 files changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index dbe8abb..227bfb3 100644 --- a/README.md +++ b/README.md @@ -281,15 +281,13 @@ the hint. You can still have the old behavior by setting `hydra-lv` to `nil`. ## Color table -Body | Head | Executing NON-HEADS | Executing HEADS -Color | Inherited | | - | Color | | ----------|-----------|-----------------------|----------------- -amaranth | red | Disallow and Continue | Continue -teal | blue | Disallow and Continue | Quit -pink | red | Allow and Continue | Continue -red | red | Allow and Quit | Continue -blue | blue | Allow and Quit | Quit + | Body Color | Head Inherited | Executing NON-HEADS | Executing HEADS | + |------------+----------------+-----------------------+-----------------| + | amaranth | red | Disallow and Continue | Continue | + | teal | blue | Disallow and Continue | Quit | + | pink | red | Allow and Continue | Continue | + | red | red | Allow and Quit | Continue | + | blue | blue | Allow and Quit | Quit | ## Color to toggle correspondence @@ -299,12 +297,10 @@ using them in the syntax. `:exit` can be used both in body (heads will inherit) to set it explicitly to nil. `:nonheads` can be used only in body and can be either nil (default), `warn` or `run`. -| color | toggle | -|----------+------------------------| -| red | | -| blue | :exit t | -| amaranth | :nonheads warn | -| teal | :nonheads warn :exit t | -| pink | :nonheads run | - - + | color | toggle | + |----------+------------------------| + | red | | + | blue | :exit t | + | amaranth | :nonheads warn | + | teal | :nonheads warn :exit t | + | pink | :nonheads run |