kevid / flarum-pipetables
Active markdown tables.
Installs: 543
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Language:CSS
Type:flarum-extension
Requires
- flarum/core: ^0.1.0-beta.8
This package is not auto-updated.
Last update: 2024-11-18 19:50:24 UTC
README
A Flarum extension. Active markdown tables.
Features
- respect markdown syntax
- unlimited lines and columns
- use the custom colors of your theme
- responsive design
Example
Installation
Use Bazaar or install manually with composer:
composer require kevid/flarum-pipetables
Updating
composer update kevid/flarum-pipetables php flarum cache:clear
Configuration
Install then go to the admin panel and enable extension. That's all !
Style
In admin, add this custom CSS:
Solid table border
.Post-body table {
box-shadow: 0px 0px 0px 1px @primary-color;
}
Without table border
.Post-body table {
width: 100%;
margin: auto;
box-shadow: none;
}