markdown_table
Description
Example with list and header
header := ['Last Name', 'First Name']
data := [['Croisé', 'Thorben'], ['Zivic', 'Tijana'], ['Balzer', 'Alexander']]
markdown_table(data, header)| Last Name | First Name |
| --------- | ---------- |
| Croisé | Thorben |
| Zivic | Tijana |
| Balzer | Alexander |Example with dictionaries
Example with alignment options
Last updated
Was this helpful?
