Adds more functionality to your Statamic tables by letting you use a markdown field to add content.
composer require withcandour/statamic-markdown-table
Then publish the publishables from the service provider:
php artisan vendor:publish --provider="WithCandour\MarkdownTable\ServiceProvider"
You may drop a markdown table fieldtype into any new or existing blueprint by selecting it from the fieldtype list. You will have all the markdown config options available to you so you may control how the markdown gets parsed before the table cells are added to your view.
The markdown table fieldtype will produce data in exactly the same way as the table fieldtype so you may either use the table
modifier or use the more verbose option of looping over the cells.
Documentation on templating with the table fieldtype can be found in the Statamic docs