1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

fix newline chars in doc

This commit is contained in:
Kelly Brazil
2022-03-30 14:39:56 -07:00
parent fad5e544aa
commit 7138eef3d1
2 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ For example:
╘══════════╧═════════╧════════╛
Cells with multiple lines within rows will be joined with a newline
character ('\n').
character ('\\n').
Headers (keys) are converted to snake-case and newlines between multi-line
headers are joined with an underscore. All values are returned as strings,
@ -62,7 +62,7 @@ Examples:
> +==========+=========+========+' | jc --asciitable-m -p
[
{
"foo": "good day\nmate",
"foo": "good day\\nmate",
"bar": "12345",
"baz_buz": null
},
@ -86,7 +86,7 @@ Examples:
> ╘══════════╧═════════╧════════╛' | jc --asciitable-m -p
[
{
"foo": "good day\nmate",
"foo": "good day\\nmate",
"bar": "12345",
"baz_buz": null
},

View File

@ -18,7 +18,7 @@ For example:
╘══════════╧═════════╧════════╛
Cells with multiple lines within rows will be joined with a newline
character ('\n').
character ('\\n').
Headers (keys) are converted to snake-case and newlines between multi-line
headers are joined with an underscore. All values are returned as strings,
@ -57,7 +57,7 @@ Examples:
> +==========+=========+========+' | jc --asciitable-m -p
[
{
"foo": "good day\nmate",
"foo": "good day\\nmate",
"bar": "12345",
"baz_buz": null
},
@ -81,7 +81,7 @@ Examples:
> ╘══════════╧═════════╧════════╛' | jc --asciitable-m -p
[
{
"foo": "good day\nmate",
"foo": "good day\\nmate",
"bar": "12345",
"baz_buz": null
},