https://github.com/litefeel/wp-parsedown
WordPress.org Plugin Mirror
https://github.com/litefeel/wp-parsedown
Last synced: 3 months ago
JSON representation
WordPress.org Plugin Mirror
- Host: GitHub
- URL: https://github.com/litefeel/wp-parsedown
- Owner: litefeel
- License: gpl-3.0
- Created: 2014-11-29T15:49:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T13:14:29.000Z (over 6 years ago)
- Last Synced: 2025-01-29T15:25:35.344Z (5 months ago)
- Language: PHP
- Homepage: http://www.pluginmirror.com/plugins/wp-parsedown/
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== WP-Parsedown ===
Contributors: cadeyrn
Donate link:
Tags: markdown, editor, parsedown
Requires at least: 3.0
Tested up to: 4.4.1
Stable tag: 0.5
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.htmlParse 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.4 =
*2016-01-19** updated Pardedown to 1.6.0 and Extra to 0.7.1
= 0.3 =
*2015-05-05** updating Parsedown and Parsedown Extra libraries
* removing wp-common dependancy
* changing debug log method= 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