Resolves #51 by adding a TableCellAlignment property to the table encoders. I'm choosing the default to be TableCellAlignment.Left. Left-align was already the default for the TableToText variant, but the TableToHTML variant ended up defaulting to right-align due to default Jupyter Notebook styling. For consistency, these should have the same default, and left-align seems to be the most logical default.
Resolves #51 by adding a
TableCellAlignment
property to the table encoders. I'm choosing the default to beTableCellAlignment.Left
. Left-align was already the default for the TableToText variant, but the TableToHTML variant ended up defaulting to right-align due to default Jupyter Notebook styling. For consistency, these should have the same default, and left-align seems to be the most logical default.