L4TTiCe / BotForge

BotForge is an unofficial OpenAI Chat API client (Similar to ChatGPT) for Android, that allows you to create and share personas (prompts for the Chat API) with other users
MIT License
33 stars 1 forks source link

PDF Markdown Tables Rendering #10

Open dheshanm opened 1 year ago

dheshanm commented 1 year ago

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