=== Inline Markdown === Contributors: rydurham Donate link: http://www.ryandurham.com/projects/ Tags: Markdown Requires at least: 3.0 Tested up to: 4.5.0 Stable tag: 1.0.5 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Use [md][/md] shortcodes to embed markdown in a post or page and parse it into HTML on the fly, using Parsedown. == Description == This plugin uses the [Parsedown](http://parsedown.org/) library to convert markdown formatted text found within [md][/md] shortcodes into HTML when a page is rendered. == Installation == 1. Upload the `inline-markdown` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add [markdown](http://daringfireball.net/projects/markdown/) formatted text to a post or page, surrounded by [md] and [/md] shortcodes. == History == v1.0.5 - Updated to ParseDown v1.6.0 v1.0.4 - Updated to ParseDown v1.1.0 v1.0.3 - Updated to ParseDown v0.9.0 v1.0.0 - Initial Release