My table is has quite a few rows and columns, so the font is too big for the table. Is there a way to alter the font size so that the table easier to read?
What package are you using to create the table?
I am using markdown and the "tbl" command. Exporting it as a pdf file.
I don't think there is a way to change the font size if you are using tbl unless you are using LaTeX syntax
If you are exporting your file as a html, you can specify the height and width of your table in the tbl command:
https://github.com/haghish/MarkDoc/wiki/tbl
If you are exporting your file as a html, you can specify the height and width of your table in the tbl command:
https://github.com/haghish/MarkDoc/wiki/tbl
| width(int) | specifies the width of the table in HTML and LaTeX |
| height(int) | specifies the height of the table in HTML and LaTeX |