- This plugin is for those who want to write in Markup language.
- This plugin sits on top of the giant Jetpack.com
- This plugin is an extraction of the 'markdown' module from Jetpack to work separately and independently of Jetpack and hence beneficial for people like myself who does not use Jetpack
- I will maintain this package, it's not a one-off thing.
- Likewise, feel free to contribute and make pull request to help keep thing updated and in good shape for the best interest of the wordpress world.
- via WPackagist.org
$ composer require "wpackagist-plugin/mark-it-down-wp: ^2"
- if you are using johnpbloch/wordpress
$ composer require "sevenphp/markitdownwordpress: ^1"
And you'll thus need to add the following in your composer:
"repositories": [
{
"type": "composer",
"url": "https://github.com/7php/MarkItDownWordpress.git"
}
]
- Suggested 'have-a-look' => WordpressWithComposer
- Download and extract the latest version to your plugin's folder.
- If you like what I'm doing, please leave the plugin a review and rating here: https://wordpress.org/plugins/mark-it-down-wp/
(I thank you for your time and help)