WP CommonMark archived
Enable CommonMark, a strongly specified, highly compatible implementation of Markdown, in WordPress.
★ 1stars
17release downloads
10composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/starise/wp-commonmark/releases/download/0.3.0/wp-commonmark-0.3.0.zipAlso on Packagist as starise/wp-commonmark:
composer require starise/wp-commonmarkFrom the readme
CommonMark Plugin for WordPress
WP CommonMark is a plugin for WordPress that enables CommonMark: a strongly specified, highly compatible implementation of Markdown, inside of your WordPress installation.
You can write contents in Markdown using CommonMark latest spec on a per-post basis. The markdown version of your post is stored separately, so you can deactivate this plugin at any moment without breaking things. You can keep some posts in HTML and write others in markdown or switch between both HTML and markdown revisions on the same post.
How to use
You can manage the type of syntax used in your contents, simply by activating or de-activating the switch placed on the "Publish" metabox.
Requirements
PHP = 5.4.0
Wordpress = 4.3.0
Installation
You can install this plugin via command-line or the WordPress admin panel.
via Command-line
Add WP CommonMark to project's dependencies using Composer.
Then activate the plugin via wp-cli.
via WordPress Admin Panel
1. Download the latest release of this repo.
2. In your WordPress admin panel, navigate to Plugins-Add New
3. Click Upload Plugin
4. Upload the zip file that you downloaded.
Read the full README on GitHub →