Download the PHP package webuni/commonmark-table-extension without Composer
On this page you can find all versions of the php package webuni/commonmark-table-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webuni/commonmark-table-extension
More information about webuni/commonmark-table-extension
Files in webuni/commonmark-table-extension
Package commonmark-table-extension
Short Description Table extension for league/commonmark
License MIT
Homepage https://github.com/thephpleague/commonmark-ext-table
Informations about the package commonmark-table-extension
CommonMark Table Extension
DEPRECATED
This extension has been deprecated. All of its functionality now exists in league/commonmark
1.3+ under the League\CommonMark\Extension\Table
namespace, so you should upgrade to that version and use that bundled extension instead of this one.
Overview
The Table extension adds the ability to create tables in CommonMark documents.
Installation
This project can be installed via Composer:
composer require league/commonmark-ext-table
Usage
Configure your Environment
as usual and simply add the TableExtension
provided by this package:
Syntax
This package is fully compatible with GFM-style tables:
Simple
Code:
Result:
Advanced
Table caption
Code:
Result:
Changelog
Please refer to the CHANGELOG for more information on what has changed recently.
Development
You need to have php or docker installed to develop the library. To list all available commands run:
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Martin Hasoň
- Webuni s.r.o.
- Colin O'Dell
- All Contributors
License
This library is licensed under the MIT license. See the License File for more information.