mkdocs-table-reader-plugin
mkdocs-table-reader-plugin copied to clipboard
Multiline cells in CSV
Unfortunately, the pandas readers don't recognize multiline cells in CSV tables. Could you add csv.reader from the csv library as a reader?
id,severity,description
12345,medium,Example description text.
With line breaks in cell content
23456,low,"Sometimes the cell text is quoted.
But not always"