mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc formatting
This commit is contained in:
@ -20,7 +20,7 @@ For example:
|
|||||||
│ hi there │ abc def │ 3.14 │
|
│ hi there │ abc def │ 3.14 │
|
||||||
╘══════════╧═════════╧════════╛
|
╘══════════╧═════════╧════════╛
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
+-----------------------------+
|
+-----------------------------+
|
||||||
| foo bar baz |
|
| foo bar baz |
|
||||||
@ -29,14 +29,14 @@ For example:
|
|||||||
| hi there abc def 3.14 |
|
| hi there abc def 3.14 |
|
||||||
+-----------------------------+
|
+-----------------------------+
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
| foo | bar | baz |
|
| foo | bar | baz |
|
||||||
|----------|---------|--------|
|
|----------|---------|--------|
|
||||||
| good day | | 12345 |
|
| good day | | 12345 |
|
||||||
| hi there | abc def | 3.14 |
|
| hi there | abc def | 3.14 |
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
foo bar baz
|
foo bar baz
|
||||||
--------- -------- ------
|
--------- -------- ------
|
||||||
@ -49,10 +49,10 @@ For example:
|
|||||||
good day 12345
|
good day 12345
|
||||||
hi there abc def 3.14
|
hi there abc def 3.14
|
||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
|
||||||
Headers (keys) are converted to snake-case. All values are returned as
|
Headers (keys) are converted to snake-case. All values are returned as
|
||||||
strings, except empty strings, which are converted to None/null.
|
strings, except empty strings, which are converted to None/null.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ For example:
|
|||||||
│ hi there │ abc def │ 3.14 │
|
│ hi there │ abc def │ 3.14 │
|
||||||
╘══════════╧═════════╧════════╛
|
╘══════════╧═════════╧════════╛
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
+-----------------------------+
|
+-----------------------------+
|
||||||
| foo bar baz |
|
| foo bar baz |
|
||||||
@ -24,14 +24,14 @@ For example:
|
|||||||
| hi there abc def 3.14 |
|
| hi there abc def 3.14 |
|
||||||
+-----------------------------+
|
+-----------------------------+
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
| foo | bar | baz |
|
| foo | bar | baz |
|
||||||
|----------|---------|--------|
|
|----------|---------|--------|
|
||||||
| good day | | 12345 |
|
| good day | | 12345 |
|
||||||
| hi there | abc def | 3.14 |
|
| hi there | abc def | 3.14 |
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
foo bar baz
|
foo bar baz
|
||||||
--------- -------- ------
|
--------- -------- ------
|
||||||
@ -44,10 +44,10 @@ For example:
|
|||||||
good day 12345
|
good day 12345
|
||||||
hi there abc def 3.14
|
hi there abc def 3.14
|
||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
|
||||||
Headers (keys) are converted to snake-case. All values are returned as
|
Headers (keys) are converted to snake-case. All values are returned as
|
||||||
strings, except empty strings, which are converted to None/null.
|
strings, except empty strings, which are converted to None/null.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user