Parsedown parser for WordPress
Find a file
Peter Molnar 298d3b2e2e 0.1.1
2014-09-06 11:04:02 +01:00
lib initial commit 2014-07-22 10:30:41 +01:00
wp-common@d8ed40adaa 0.1.1 2014-09-06 11:04:02 +01:00
.gitignore submodules & gitignore 2014-07-22 08:19:23 +01:00
.gitmodules initial commit 2014-07-22 10:30:41 +01:00
LICENSE Initial commit 2014-07-22 09:11:23 +02:00
readme.txt 0.1.1 2014-09-06 11:04:02 +01:00
wp-parsedown.php 0.1.1 2014-09-06 11:04:02 +01:00

=== WP-Parsedown ===
Contributors: cadeyrn
Donate link:
Tags: markdown, editor, parsedown
Requires at least: 3.0
Tested up to: 4.0
Stable tag: 0.1.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Parse content output with [Parsedown Extra](http://www.parsedown.org/)

== Description ==

Parse the_content with [Parsedown Extra](http://www.parsedown.org/demo?extra=1) to display [Markdown Extra](https://en.wikipedia.org/wiki/Markdown_Extra) content in HTML parser.


== Installation ==

1. Upload contents of `wp-parsedown.zip` to the `/wp-content/plugins/` directory
2. Activate the plugin through the `Plugins` menu in WordPress ( site or Network wide )

== Changelog ==

= 0.1.1 =
*2014-09-06*

* fixing breaking [embed] elements by reodering this plugin

= 0.1 =
*2014-07-22*

Initial release