Title: Markdown on Save
Author: Mark Jaquith
Published: <strong>सेप्टेम्बर 27, 2010</strong>
Last modified: मे 4, 2024

---

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

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

![](https://s.w.org/plugins/geopattern-icon/markdown-on-save.svg)

# Markdown on Save

 [Mark Jaquith](https://profiles.wordpress.org/markjaquith/) द्वारा

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

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

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

## विवरण

This plugin allows you to compose content in Markdown on a per-item basis. The markdown
version is stored separately (in the `post_content_filtered` column), so you can
deactivate this plugin and your posts won’t spew out Markdown, because HTML is stored
in the `post_content`, just like normal. This is also much faster than doing on-
the-fly Markdown conversion on every page load. It’s only done once! When you re-
edit the post, the markdown version is swapped into the editor for you to edit. 
If something external updates the post content, you’ll lose the Markdown version.

Note: this plugin assumes you’re using the Classic editor.

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

 * [[
 * The Markdown logo you click to designate a post as containing Markdown. This 
   is the only UI for the plugin!

## स्थापना

 1. Upload the `markdown-on-save` folder to your `/wp-content/plugins/` directory
 2. Activate the “Markdown On Save” plugin in your WordPress administration interface
 3. Create a new post with Markdown, and click the Markdown logo in the publish metabox(
    see screenshot).
 4. Done! Now that post can be edited using Markdown, but will save as processed HTML
    on the backend.

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

### How do I use Markdown syntax?

Please refer to this resource: [http://michelf.com/projects/php-markdown/extra/](
PHP Markdown Extra).

### What happens if I click the Markdown logo again?

Your post will no longer be interpreted as Markdown, you will be returned to the
normal editing experience.

### What happens if I decide I don’t want this plugin anymore?

Just deactivate it. The Markdown version is stored separately, so without the plugin,
you’ll just revert to editing the HTML version.

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

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

### 󠀁[Simple. Works. As advertised.](https://wordpress.org/support/topic/simple-works-as-advertised-3/)󠁿

 [Ozh](https://profiles.wordpress.org/ozh/) मे 7, 2026

Thanks Mark 🙂

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

### 󠀁[Really good idea](https://wordpress.org/support/topic/really-good-idea-4/)󠁿

 [lovingboth](https://profiles.wordpress.org/lovingboth/) अप्रिल 24, 2025

You have the advantage of using Markdown rather than the horrible Gutenberg block
system while also being able to let someone else edit in the Classic Editor.

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

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

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

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

 *   [ Mark Jaquith ](https://profiles.wordpress.org/markjaquith/)

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

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

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

## चेन्जलग

#### 1.3.1

 * Use the “extra” version of Markdown with all the features

#### 1.3

 * Modern PHP syntax
 * Better accessibility
 * Modern Markdown library using Composer

#### 1.2.1

 * Play better with other plugins that also use PHP Markdown Extra

#### 1.2

 * Update PHP Markdown Extra to 1.2.6
 * Keep track of which revisions were Markdown and which were not
 * Restore old revisions properly, including Markdown status
 * Fix a slashing bug that would prevent link titles from parsing
 * Fix a bug related to autosave
 * Use Dustin Curtis’ Markdown logo as a toggle
 * Work on the WP-specific XML-RPC API in addition to the generic API

#### 1.1.5

 * Fix a `stripslashes()` error

#### 1.1.4

 * XML-RPC support (use  to enable Markdown mode)

#### 1.1.3

 * Disables the Visual Editor if the post being edited is in Markdown mode

#### 1.1.2

 * Fix a slashes bug which would cause link titles to fail
 * Enable Markdown when posting remotely by using  anywhere in post content

#### 1.1.1

 * Fix bug which made the metabox show up on the Dashboard

#### 1.1

 * Some extra nonce protection
 * Enable the plugin for all content types, not just posts

#### 1.0

 * First public version
 * Fixed a regex bug that could break current menu highlighting. props skarab

## मेटा

 *  संस्करण **1.3.1**
 *  पछिल्लो अपडेट **2 वर्ष अघि**
 *  सक्रिय स्थापना **70+**
 *  वर्डप्रेस संस्करण ** 6.0 वा उच्च **
 *  जाँच गरिएको **6.5.8**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/markdown-on-save/)
 * ट्यागहरू
 * [formatting](https://ne.wordpress.org/plugins/tags/formatting/)[markdown](https://ne.wordpress.org/plugins/tags/markdown/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/markdown-on-save/advanced/)

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

 ५ मा 5 तारा।

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

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

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

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

 *   [ Mark Jaquith ](https://profiles.wordpress.org/markjaquith/)

## सहायता

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

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