dogsports/flarum-ext-pipetables 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dogsports/flarum-ext-pipetables

最新稳定版本:v2.0

Composer 安装命令:

composer require dogsports/flarum-ext-pipetables

包简介

Active markdown tables.

README 文档

README

MIT License Latest Stable Version Latest Stable Version Issues

A Flarum extension. Active markdown tables.

Features

  • respect markdown syntax
  • unlimited lines and columns
  • use the custom colors of your theme
  • responsive design

Example

Flarum markdown tables

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

https://www.tablesgenerator.com/markdown_tables

统计信息

  • 总下载量: 439
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 2
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-02-28