dogsports/flarum-ext-pipetables
最新稳定版本:v2.0
Composer 安装命令:
composer require dogsports/flarum-ext-pipetables
包简介
Active markdown tables.
README 文档
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;
}
Markdown Tables Generator
统计信息
- 总下载量: 439
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-28