BotForge icon indicating copy to clipboard operation
BotForge copied to clipboard

PDF Markdown Tables Rendering

Open dheshanm opened this issue 3 years ago • 0 comments

When rendering Markdown tables, All Columns are limited to equal width, and a single line, resulting in wasted space and overlapping text.

Limitations are from Markwon Tables Extension:

Please note, that by default tables have limitations. For example, table contents won't be copied to clipboard if a TextView has such functionality. Table will always take full width of a TextView in which it is displayed. All columns will always be of the same width. So, default implementation provides basic functionality which can answer some needs. These all come from the limited nature of the TextView to display such content.

Screenshots

image

dheshanm avatar Apr 17 '23 02:04 dheshanm