pri22296 / beautifultable

Python package for printing visually appealing tables on a terminal.
MIT License
149 stars 18 forks source link

Style for Jira table markup #115

Open pertoft opened 3 years ago

pertoft commented 3 years ago

Hi,

Thanks for your amazing work! Very nice package!.

It would be very helpful if you could include a style for Jira table markup: https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=tables

The format is very simple:

||heading 1||heading 2||heading 3||
|col A1|col A2|col A3|
|col B1|col B2|col B3|
pri22296 commented 2 years ago

It seems there isn't a way to have different column separators for headers and the data rows. This request depends on that ability.