Feat
- add py.typed file
- add indents to rendered output
- add document class
- add figure class
- add more attributes to cell
- add align attribute
- add hline and vline
- make attributes frozen lists
- make columns and rows properties
- add custom row and col options
- parse values
- parse index
- parse table header
Fix
- unify stroke declaration
- bump Python version to 3.10
- check for rows attribute
Refactor
- linting issues
- move classes and functions
- extract table args rendering
- linting issues
- clean up rendering
- generalize header parsing