mdutils icon indicating copy to clipboard operation
mdutils copied to clipboard

Generate tables from 2D string arrays

Open skelsec opened this issue 6 months ago • 0 comments

  • 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.

skelsec avatar Jun 24 '25 11:06 skelsec