=== Inline Markdown === Contributors: rydurham Donate link: http://www.ryandurham.com/code/ Tags: Markdown Requires at least: 3.0 Tested up to: 3.8 Stable tag: 1.0.2 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.