Use pipe output format
as it produces markdown tables and I often copy&paste output into a markdown-featured messenger :)
This commit is contained in:
parent
e8a4126530
commit
2232ae4aca
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ let
|
|||
# psql, plain, simple, grid, fancy_grid, pipe, orgtbl, rst, mediawiki, html,
|
||||
# latex, latex_booktabs, textile, moinmoin, jira, vertical, tsv, csv.
|
||||
# Recommended: ascii
|
||||
table_format = "ascii";
|
||||
table_format = "pipe";
|
||||
|
||||
# Syntax coloring style. Possible values (many support the "-dark" suffix):
|
||||
# manni, igor, xcode, vim, autumn, vs, rrt, native, perldoc, borland, tango, emacs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue