Download the PHP package rezozero/commonmark-ext-footnotes without Composer
On this page you can find all versions of the php package rezozero/commonmark-ext-footnotes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rezozero/commonmark-ext-footnotes
More information about rezozero/commonmark-ext-footnotes
Files in rezozero/commonmark-ext-footnotes
Download rezozero/commonmark-ext-footnotes
More information about rezozero/commonmark-ext-footnotes
Files in rezozero/commonmark-ext-footnotes
Vendor rezozero
Package commonmark-ext-footnotes
Short Description A footnote extension for CommonMark PHP implementation
License MIT
Homepage https://github.com/rezozero/commonmark-ext-footnotes
Package commonmark-ext-footnotes
Short Description A footnote extension for CommonMark PHP implementation
License MIT
Homepage https://github.com/rezozero/commonmark-ext-footnotes
Please rate this library. Is it a good library?
Informations about the package commonmark-ext-footnotes
CommonMark footnotes Extension
The Footnotes extension adds the ability to create footnotes in CommonMark documents.
DEPRECATED
This extension has been deprecated. All of its functionality now exists in league/commonmark
1.5+ under the League\CommonMark\Extension\Footnote
namespace, so you should upgrade to that version and use that bundled extension instead of this one.
Installation
This project can be installed via Composer:
composer require rezozero/commonmark-ext-footnotes
Usage
Configure your Environment
as usual and simply add the FootnoteExtension
provided by this package:
Syntax
Code:
Result:
All versions of commonmark-ext-footnotes with dependencies
PHP Build Version
Package Version
The package rezozero/commonmark-ext-footnotes contains the following files
Loading the files please wait ....