mdutils
mdutils copied to clipboard
Generate tables from 2D string arrays
- Implemented new_table_array in MdUtils for creating tables from lists of lists.
- Added create_table_array in Table to normalize data and generate markdown tables.
This features would allow users to skip dealing with column and row numbers and make creating tables much easier.