starise/wp-commonmark

There is no license information available for the latest version (0.3.0) of this package.

Enable CommonMark: a strongly specified, highly compatible implementation of Markdown, in WordPress.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

0.3.0 2015-10-10 10:13 UTC

This package is not auto-updated.

Last update: 2024-05-11 15:40:46 UTC


README

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.

WP CommonMark 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.

composer require starise/wp-commonmark

Then activate the plugin via wp-cli.

wp plugin activate wp-commonmark

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.

Credits

Copyright © 2015 Andrea Brandi

Inspired by Markdown on Save by Mark Jaquith and Markdown module in Jetpack by Automattic.

Uses league/commonmark as default markdown parser