pri22296 / beautifultable

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

Style box tables break in text files when opened in browser #108

Open joviano-dias opened 4 years ago

joviano-dias commented 4 years ago

The default fonts that Chrome, Edge use don't render the tables very well when these tables are in text files.

I think the reason is that the text font is Courier and the table characters are in Menlo

Tried each of these beautifultable.STYLE_BOX beautifultable.STYLE_BOX_DOUBLED beautifultable.STYLE_BOX_ROUNDED beautifultable.STYLE_GRID

Screenshot 2020-10-13 at 15 39 52 Screenshot 2020-10-13 at 15 39 52
pri22296 commented 3 years ago

Have you tried ASCII only styles?