Title: Markdown Shortcode
Author: JHoppe
Published: <strong>सेप्टेम्बर 10, 2015</strong>
Last modified: सेप्टेम्बर 21, 2025

---

प्लगिनहरू खोज्नुहोस्

![](https://ps.w.org/markdown-shortcode/assets/banner-772x250.png?rev=1242839)

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://ps.w.org/markdown-shortcode/assets/icon-256x256.png?rev=1242839)

# Markdown Shortcode

 [JHoppe](https://profiles.wordpress.org/jhoppe/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/markdown-shortcode.zip)

 * [विवरण](https://ne.wordpress.org/plugins/markdown-shortcode/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/markdown-shortcode/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/markdown-shortcode/#installation)
 * [विकास](https://ne.wordpress.org/plugins/markdown-shortcode/#developers)

 [सहायता](https://wordpress.org/support/plugin/markdown-shortcode/)

## विवरण

Damn simple [markdown]#via shortcode[/markdown] for wordpress.
 This plugin uses
[parsedown](http://parsedown.org/) and [highlight.js](http://highlightjs.org). 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](https://github.com/JohannesHoppe/markdown-shortcode),
too.
 Please **report issues at github**, pull requests are welcome, too!

## स्क्रिनसटहरू

[⌊Blog post written in markdown.⌉⌊Blog post written in markdown.⌉[

Blog post written in markdown.

[⌊Same blog post on front end.⌉⌊Same blog post on front end.⌉[

Same blog post on front end.

## स्थापना

 1. Upload the `markdown-shortcode` directory to the `/wp-content/plugins` directory.
 2. Activate the plugin through the plugins menu in WordPress.
 3. Use it by wrapping text in the shortcode

## प्रश्नोत्तर

### Will it work in the Visual Editor?

Yes. You can switch between Visual and Text(HTML) mode. The plugin converts html
entities back to the original characters.

### The WYSIWYG editor (TinyMCE) is removing empty spaces!

Indeed, TinyMCE is well-known for destroying markup. Replace empty spaces with underscores
__ .
 Underscores will be converted to empty spaces right before markdown conversion.

## समीक्षाहरू

![](https://secure.gravatar.com/avatar/8920510ed620e2a612eadf47d3a73e831ded3780cd0ed88d8acec9ac725a7296?
s=60&d=retro&r=g)

### 󠀁[Simple and useful](https://wordpress.org/support/topic/simple-and-useful-172/)󠁿

 [shouldsee](https://profiles.wordpress.org/shouldsee/) जुन 30, 2017

It parses pasted text perfectly. Remember to edit the post in “plain text” and not
in “visual” mode!! Best of best! Thanks so much for creating it.

![](https://secure.gravatar.com/avatar/bcdd01d95e1c78b9c6b054fc426a18758d7abe6d5d8029949cba7f2fe173ec93?
s=60&d=retro&r=g)

### 󠀁[best markdown plugin](https://wordpress.org/support/topic/best-markdown-plugin/)󠁿

 [xXZ3R0x](https://profiles.wordpress.org/xxz3r0x/) सेप्टेम्बर 3, 2016

Does what it says and does it cleanly. Had an issue with conflicting plugins dev
fixed it very quickly.

![](https://secure.gravatar.com/avatar/fe1c3dc440e1b618d828aac447440c8d4e3dceda895db34677bff654508ea253?
s=60&d=retro&r=g)

### 󠀁[Just do what it says](https://wordpress.org/support/topic/just-do-what-it-says/)󠁿

 [nyl_auster](https://profiles.wordpress.org/nyl_auster/) सेप्टेम्बर 3, 2016

Work as expected , thank you, simple and efficient. (just write “[markdown] blabla[/
markdown] with your wysiwyg as “text” )

 [ सबै 3 समीक्षाहरू पढ्नुहोस् ](https://wordpress.org/support/plugin/markdown-shortcode/reviews/)

## योगदानकर्ता र डेभलपरहरू

“Markdown Shortcode” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान
गरेका छन्।

योगदानकर्ताहरू

 *   [ JHoppe ](https://profiles.wordpress.org/jhoppe/)

[“Markdown Shortcode” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/markdown-shortcode)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/markdown-shortcode/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/markdown-shortcode/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/markdown-shortcode/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/markdown-shortcode/) को सदस्यता
लिनुहोस्।

## चेन्जलग

#### 0.2.3

 * Security fix: Added wp_kses_post() sanitization to prevent XSS vulnerability (
   CVE-2025-10180)
 * Fixed stored XSS vulnerability where contributors could inject malicious scripts
   through markdown content

#### 0.1

 * see https://github.com/JohannesHoppe/markdown-shortcode/releases for a list of
   all releases

## मेटा

 *  संस्करण **0.2.3**
 *  पछिल्लो अपडेट **9 महिना अघि**
 *  सक्रिय स्थापना **90+**
 *  जाँच गरिएको **6.7.5**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/markdown-shortcode/)
 * ट्यागहरू
 * [highlight.js](https://ne.wordpress.org/plugins/tags/highlight-js/)[markdown](https://ne.wordpress.org/plugins/tags/markdown/)
   [parsedown](https://ne.wordpress.org/plugins/tags/parsedown/)[shortcode](https://ne.wordpress.org/plugins/tags/shortcode/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/markdown-shortcode/advanced/)

## रेटिङ्गहरू

 ५ मा 5 तारा।

 *  [  3 5-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/markdown-shortcode/reviews/?filter=5)
 *  [  0 4-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/markdown-shortcode/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/markdown-shortcode/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/markdown-shortcode/reviews/?filter=2)
 *  [  0 1-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/markdown-shortcode/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/markdown-shortcode/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/markdown-shortcode/reviews/)

## योगदानकर्ताहरू

 *   [ JHoppe ](https://profiles.wordpress.org/jhoppe/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/markdown-shortcode/)