-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
markdown: auto format tables #1551
Comments
tables on mobile generally are a bit troublesome. width is limited, and unless you make tables with one word on 2 columns...you are out of space. might be a unpopular opinion, but do minimum space. you at least get some columns to fit in same line (/ same screen with hscroll) |
Can this be implemented without the auto part (i.e. user-initiated reformatting)? Many tables are narrow enough even for mobile and without constant reformatting, they are difficult to work with. Thanks |
Working with tables on small deviceds unfortunatley is not easy. But if you find a solution, please implement it and make a merge request. Thanks. |
Description
As a user I want my tables to be automatically formatted. As result it will be more readable in edit mode.
E.g.
Will be converted to
The text was updated successfully, but these errors were encountered: