內容簡介
這個外掛允許你在每項內容中使用 Markdown 進行編輯。Markdown 版本是單獨存儲的(在post_content_formatted列中),因此,即使停用這個外掛,你的文章也不會顯示 Markdown。HTML 仍然像平常一樣存儲在post_content列中。這樣也比在每次頁面加載時動態轉換 Markdown 更快。轉換只進行一次!當你重新編輯文章時,Markdown 版本會自動插入到編輯器中供你編輯。如果有外部程式更新文章內容,Markdown 版本將會丟失。
外掛標籤
開發者團隊
原文外掛簡介
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.
