Parsedown parser for WordPress
lib | ||
wp-common@a2af50d2a6 | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md | ||
wp-parsedown.php |
=== WP-Parsedown === Contributors: cadeyrn Donate link: Tags: markdown, editor, parsedown Requires at least: 3.0 Tested up to: 4.0 Stable tag: 0.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Parse content output with Parsedown Extra
== Description ==
Parse the_content with Parsedown Extra to display Markdown Extra content in HTML parser.
== Installation ==
- Upload contents of
wp-parsedown.zip
to the/wp-content/plugins/
directory - Activate the plugin through the
Plugins
menu in WordPress ( site or Network wide )
== Changelog ==
= 0.1 = 2014-07-22
Initial release