readme.txt (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
=== WP-Parsedown === Contributors: cadeyrn Donate link: Tags: markdown, editor, parsedown Requires at least: 3.0 Tested up to: 4.0 Stable tag: 0.2 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.2 = *2014-09-23* * added removal of wpautop filters; they are not needed when Parsedown is doing it's job * updated parsedown libs = 0.1.1 = *2014-09-06* * fixing breaking [embed] elements by reodering this plugin = 0.1 = *2014-07-22* Initial release |