diff --git a/docs/parsers/asciitable_m.md b/docs/parsers/asciitable_m.md index 23056ca9..8afd2e3d 100644 --- a/docs/parsers/asciitable_m.md +++ b/docs/parsers/asciitable_m.md @@ -22,10 +22,10 @@ For example: │ │ │ │ ╘══════════╧═════════╧════════╛ -Cells with multiple lines within rows will be joined with a new-line +Cells with multiple lines within rows will be joined with a newline character ('\n'). -Headers (keys) are converted to snake case and newlines between multi-line +Headers (keys) are converted to snake-case and newlines between multi-line headers are joined with an underscore. All values are returned as strings. Usage (cli): diff --git a/jc/parsers/asciitable_m.py b/jc/parsers/asciitable_m.py index bf19edb9..c3f1c575 100644 --- a/jc/parsers/asciitable_m.py +++ b/jc/parsers/asciitable_m.py @@ -17,10 +17,10 @@ For example: │ │ │ │ ╘══════════╧═════════╧════════╛ -Cells with multiple lines within rows will be joined with a new-line +Cells with multiple lines within rows will be joined with a newline character ('\n'). -Headers (keys) are converted to snake case and newlines between multi-line +Headers (keys) are converted to snake-case and newlines between multi-line headers are joined with an underscore. All values are returned as strings. Usage (cli):