Markdown Shortcode

plugin banner

Damn simple markdown for wordpress via shortcode, uses parsedown (parsedown.org) and highlight.js (highlightjs.org).

Author:Johannes Hoppe (profile at wordpress.org)
WordPress version required:4
WordPress version tested:4.3.1
Plugin version:0.2.1
Added to WordPress repository:10-09-2015
Last updated:10-10-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:
Total downloads:1 853
Active installs:40+
plugin download
Click to start download

Damn simple [markdown]#via shortcode[/markdown] for wordpress. This plugin uses parsedown and highlight.js. Zero configuration.

Write this into the editor:

[markdown]  
#h1  
##h2  
text  
____source code (two ore more underscores will be replaced by empty spaces)  
____source code (two ore more underscores will be replaced by empty spaces)  

```javascript
source code
```
[/markdown]

and the shortcode content will be parsed with parsedown. Syntax highlighting will appear for the source codes.

This plugin is available at github, too. Please report issues at github, pull requests are welcome, too!


Screenshots
FAQ
ChangeLog