roots / markdown-on-save
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (2.0.4) of this package.
Allows you to compose content in Markdown on a per-item basis.
Package info
github.com/roots/markdown-on-save
Type:wordpress-plugin
pkg:composer/roots/markdown-on-save
2.0.4
2017-09-30 23:33 UTC
Requires
- php: >=5.4.0
- composer/installers: ^1.4
- league/commonmark: 0.13.*
This package is auto-updated.
Last update: 2022-03-27 22:43:40 UTC
README
This is a fork of https://github.com/markjaquith/markdown-on-save with two changes:
- Replaces the included PHP Markdown which was a really old version with the much better CommonMark.
- Adds a
composer.jsonto make it a Composer package and requires CommonMark as a dependency.
See the original README for more details.