1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

doc formatting

This commit is contained in:
Kelly Brazil
2022-03-29 09:35:54 -07:00
parent e05be3f08b
commit 64757e2cf5
2 changed files with 12 additions and 12 deletions

View File

@ -20,7 +20,7 @@ For example:
│ hi there │ abc def │ 3.14 │
╘══════════╧═════════╧════════╛
or
or
+-----------------------------+
| foo bar baz |
@ -29,14 +29,14 @@ For example:
| hi there abc def 3.14 |
+-----------------------------+
or
or
| foo | bar | baz |
|----------|---------|--------|
| good day | | 12345 |
| hi there | abc def | 3.14 |
or
or
foo bar baz
--------- -------- ------
@ -49,10 +49,10 @@ For example:
good day 12345
hi there abc def 3.14
etc...
etc...
Headers (keys) are converted to snake-case. All values are returned as
strings, except empty strings, which are converted to None/null.
Headers (keys) are converted to snake-case. All values are returned as
strings, except empty strings, which are converted to None/null.
Usage (cli):

View File

@ -15,7 +15,7 @@ For example:
│ hi there │ abc def │ 3.14 │
╘══════════╧═════════╧════════╛
or
or
+-----------------------------+
| foo bar baz |
@ -24,14 +24,14 @@ For example:
| hi there abc def 3.14 |
+-----------------------------+
or
or
| foo | bar | baz |
|----------|---------|--------|
| good day | | 12345 |
| hi there | abc def | 3.14 |
or
or
foo bar baz
--------- -------- ------
@ -44,10 +44,10 @@ For example:
good day 12345
hi there abc def 3.14
etc...
etc...
Headers (keys) are converted to snake-case. All values are returned as
strings, except empty strings, which are converted to None/null.
Headers (keys) are converted to snake-case. All values are returned as
strings, except empty strings, which are converted to None/null.
Usage (cli):