Markdown Tables

Active markdown tables.

Incompatible with Flarum v1.8.5

Latest release v2.0

513 downloads

released on Feb 28, 2018

Tags

flarum-pipetables

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

© 2024 Hyn by DaniĆ«l "Luceos" Klabbers. All rights reserved. · Extensions and extension information is provided by the respective (copyright holding) authors. · Extiverse is not affiliated to the Flarum project or Flarum foundation. · Images on Extiverse pages are from Unsplash.