Markdown Shortcode

Markdown Shortcode Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,853 downloads
Markdown Shortcode Icon

Try plugin: Markdown Shortcode

We'll create fresh WordPress site with Markdown Shortcode installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Markdown Shortcode

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

3


0


0


0


0

updated: 9 years ago
since: 9 years ago
author: Johannes Hoppe

Description

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!