roots / markdown-on-save
Allows you to compose content in Markdown on a per-item basis.
Installs: 1 627
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 19
Forks: 17
Open Issues: 0
Type:wordpress-plugin
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.json
to make it a Composer package and requires CommonMark as a dependency.
See the original README for more details.