=== WP-Markdown === Contributors: stephenharris Donate link: http://www.stephenharris.info Tags: markdown, formatting,prettify,syntax highlighter,code Requires at least: 3.1 Tested up to: 3.5.1 Stable tag: 1.2 Allows Markdown to be enabled in posts, comments and bbPress forums. == Description == This plug-in allows you to write posts (of any post type) using the Markdown syntax. The plug-in converts the Markdown into HTML prior to saving the post. When editing a post, the plug-in converts it back into Markdown syntax. The plug-in also allows you to enable Markdown in **comments** and **BBPress forums**. In these instances the plug-in adds a toolbar, and preview of the processed Markdown with [Prettify](http://code.google.com/p/google-code-prettify/) syntax highlighter applied (similiar to that used in the Stack Exchange websites such as [WordPress Stack Exchange](http://wordpress.stackexchange.com/)). WP-Markdown stores the processed HTML, so deactivating the plug-in will not affect your posts, comments or bbPress forums. == Installation == Installation is standard and straight forward. 1. Upload `markdown` folder (and all it's contents!) to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to your Settings > Writing page and enable markdown for the appropriate post types and comments. == Frequently Asked Questions == = How do I use Markdown syntax? = For information on how to use Markdown sytnax pleae read: [Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). = What happens to the post content if I uninstall the plug-in? = The plug-in uses Markdown to generate the appropriate HTML prior to the post saving to the database. When you edit a post, it is converted back to Markdown syntax. Once the plug-in is uninstalled you'll simply rever to editing the posts' HTML. = How do I embed content? = A clean install of WordPress allows you to (for example) include a YouTube url on a seperate line, whereupon it will automatically embed the video. This is not possible with WP-MarkDown installed (*I tried - I broke more things. But if you manage it, feel free to make a pull-request: https://github.com/stephenharris/WP-MarkDown*). You'll need to use the `[embed]` shortcode. = How do I prevent a bit of the page being parsed as MarkDown? = Enclose it in a `div` tag. It'll be ignored. = How do I allow the contents of a `div` tag to be parsed as MarkDown? = Use `