WP Githuber MD is a versatile plugin for WordPress Markdown editor. It provides a variety of features, such as Markdown editor, live preview, spell check, image paste, HTML to Markdown helper, and more.
WP Githuber MD is compatible with both Classic and Gutenberg editors, can enable/disable Markdown for individual articles, supports custom article types, supports code syntax highlighting, flow charts, Gantt charts, KaTex, mathematical formula rendering, sequence diagrams, and more.
WP Githuber MD operating mechanism
- WP Githuber MD will save your Markdown content to
wp_posts.post_content_filtered
- Parse Markdown into HTML and save the parsed HTML content to
wp_posts.post_content
- The plug-in will detect your Markdown content and decide which scripts to load to avoid loading unnecessary scripts. For example, if code syntax highlighting is enabled, you must update your article again to take effect.
- Live preview is also supported
- In general, and
WP Editor.md
The plug-in editor works similarly and is a good choice for Markdown plug-ins.