# WP Markdown Editor

## Description ##
WP Markdown Editor replaces the default editor with SimpleMDE editor - a beautiful and intuitive Markdown editor.
The plugin uses the Markdown module from [Jetpack](http://jetpack.me/support/markdown/) for parsing and saving content.

## Installation ##
### From WordPress Plugins Directory
Plugin URL: https://wordpress.org/plugins/wp-markdown-editor

### From Github
- Clone the project
- Upload source code to the Wordpress plugins folder

## Screenshots ##
### Embedded editor
![WP Markdown Editor main](http://i.imgur.com/mLnIEDe.jpg)

### Fullscreen side by side
![WP Markdown Editor fullscreen](http://i.imgur.com/A6tkvTZ.jpg)


## Changelog

= 2.0.3 =
* Detect if the Jetpack Markdown module is activated
* Code refactoring

= 2.0.2 =
* Upgrade SimpleMDE to v1.8.1

= 2.0.1 =
* Fixed some bugs

= 2.0.0 =
* Using Markdown module from Jetpack for parsing and saving content
* Added changelog and FAQ

= 1.0.2 =
* Integrate with WP Media module
* Added icon and banner

= 1.0.1 =
* Save the content as HTML
* Remove quicktags-toolbar
* Change zIndex if toggle fullscreen

= 1.0.0 =
* Initial version