Title: [Plugin: WP-Markdown] What is the difference ?
Last modified: August 20, 2016

---

# [Plugin: WP-Markdown] What is the difference ?

 *  [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/)
 * Hello,
    as I am a hudge user of Markdown, I’m very interested in your plugin.
   I used Markdown Extra form Michel Fortin and now [Mardown on Save](http://wordpress.org/extend/plugins/markdown-on-save/)
   after some tests with [Markdown on Save improved](http://wordpress.org/extend/plugins/markdown-on-save-improved/).
   Why did you decide to make this new plugin and what is the difference with the
   two others ?
 * [http://wordpress.org/extend/plugins/wp-markdown/](http://wordpress.org/extend/plugins/wp-markdown/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Stephen Harris](https://wordpress.org/support/users/stephenh1988/)
 * (@stephenh1988)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/#post-2613542)
 * Hi Li-An,
    Firstly there is a difference in implementation. The above two plug-
   ins you’ve linked to save the post in markdown syntax as post meta. WP-Markdown
   does not do this, but instead converts it back into markdown syntax when you 
   editi the post. Doing it in this way means that it is possible to enable markdown
   in the comments too.
 * This plug-in also allows you to enable markdown on your bbPress forums (this 
   was my primary motivation as I wanted an easy way to support code postings on
   my plug-in support forums and provide a decent UI which brings me onto…).
 * With both comments and bbPress forums (and if there’s demand possibly for posts
   too), there is a live preview of the generated markdown and a help toolbar. This
   is exactly what is used on the [Stack Exchange websites](http://wordpress.stackexchange.com/).
 * Finally, there is an option to load ‘Prettify’ which can automatically perform
   syntax highlighting.
 * I hope that answers your question. I shall be looking into some more features(
   processing markdown on only part of the post using shortcodes for instance), 
   and I’m all ears for suggestions!
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/#post-2613544)
 * Thank you for all these precisions. Markdown in comments interest me a lot. I
   will test your plugin, I think 🙂
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/#post-2613574)
 * OK, I’ve installed it… And no options, no Markdown>HTML translationn, non preview…
   
   On a test blog, no other plugin activated and default theme…
 *  Plugin Author [Stephen Harris](https://wordpress.org/support/users/stephenh1988/)
 * (@stephenh1988)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/#post-2613576)
 * Settings are on the ‘Writing’ WordPress settings page.
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/#post-2613577)
 * OK, sorry, I did not wait for them here and I did not read the installation instructions.
   Shame on me !
 * It works nice 🙂 and I like the helpbar in comments.
 * But I don’t like the way the plugin handles URL
    `[lien](http://www.li-an.fr/
   blog/)` becomes
 *     ```
       [lien][1] 
   
        [1]: http://www.li-an.fr/blog/
       ```
   
 * I don’t remember if it was a Markdonw Extra feature ?
 *  Plugin Author [Stephen Harris](https://wordpress.org/support/users/stephenh1988/)
 * (@stephenh1988)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/#post-2613580)
 * This is a drawback of how the plug-in handles markdown (converts it to HTML and
   then converts back for editing): whether you use
    `[lien](http://www.li-an.fr/
   blog/)`
 * or
 *     ```
       [lien][1] 
   
        [1]: http://www.li-an.fr/blog/
       ```
   
 * the HTML output is the same, so when you edit the post the markdown will be the
   same. I belive they are both default Markdown syntax.
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/#post-2613587)
 * Yes both exists in Markdown syntax
    [http://daringfireball.net/projects/markdown/basics](http://daringfireball.net/projects/markdown/basics)
   but it’s too bad the plugin changes this because when you handle a lot of links
   in a post, it will be just painful to change one link.
 *  Plugin Author [Stephen Harris](https://wordpress.org/support/users/stephenh1988/)
 * (@stephenh1988)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/#post-2613592)
 * The markdown for links will be shown as the latter example. I think this is better,
   since if you have multiple links to an address, and you need to alter that address
   you just alter it at the bottom, next to the number. You don’t need to alter 
   every link.
 * If you want to alter just one link, then you just alter it using the first method,
   and all the rest will point to their original address.
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/#post-2613593)
 * OK 🙂 Thank you for taking time to answer 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: WP-Markdown] What is the difference ?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-markdown_d5ecec.svg)
 * [WP-Markdown](https://wordpress.org/plugins/wp-markdown/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-markdown/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-markdown/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-markdown/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-markdown/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-markdown/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Li-An](https://wordpress.org/support/users/li-an/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-markdown-what-is-the-difference/#post-2613593)
 * Status: not a support question