A Flarum extension. Active markdown tables.
- respect markdown syntax
- unlimited lines and columns
- use the custom colors of your theme
- responsive design
Use Bazaar or install manually with composer:
composer require kevid/flarum-pipetables
composer update kevid/flarum-pipetables
php flarum cache:clear
Install then go to the admin panel and enable extension. That's all !
In admin, add this custom CSS:
.Post-body table {
box-shadow: 0px 0px 0px 1px @primary-color;
}
.Post-body table {
width: 100%;
margin: auto;
box-shadow: none;
}