zero-config / preacher-plugin-commonmark
CommonMark plugin for Preacher
Installs: 9
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:preacher-plugin
Requires
- php: ^7.0
- league/commonmark: ^0.9.0
- symfony/symfony: ^3.2.4
- zero-config/preacher-installer: ^1.0.5
This package is auto-updated.
Last update: 2024-10-29 04:47:28 UTC
README
This is a Preacher plugin. It replaces the Parsedown implementation with CommonMark.
Installation
composer require zero-config/preacher-plugin-commonmark:^1.0
Preacher developers
The CommonMark converter has been registered on the public service
preacher.common_mark.converter
.
By supplying this with arguments in your own bundle, its behavior and
functionality can be augmented.