PHPackages                             terrylinooo/githuber-md - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. terrylinooo/githuber-md

ActiveWordpress-plugin[Parsing &amp; Serialization](/categories/parsing)

terrylinooo/githuber-md
=======================

An all-in-one WordPress Markdown plugin.

1.17.0(9mo ago)6852.1k↓88.3%103[9 issues](https://github.com/terrylinooo/githuber-md/issues)[10 PRs](https://github.com/terrylinooo/githuber-md/pulls)GPL-3.0-or-laterPHPPHP &gt;=7.2.5CI passing

Since Dec 19Pushed 9mo ago12 watchersCompare

[ Source](https://github.com/terrylinooo/githuber-md)[ Packagist](https://packagist.org/packages/terrylinooo/githuber-md)[ Docs](https://github.com/terrylinooo/githuber-md)[ RSS](/packages/terrylinooo-githuber-md/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (3)Versions (49)Used By (0)

Markdown editor plugin for WordPress
====================================

[](#markdown-editor-plugin-for-wordpress)

[![Screenshot](./assets/images/wp-githuber-md-cover.png)](./assets/images/wp-githuber-md-cover.png)

An all-in-on [WordPress Markdown Plugin](https://terryl.in/en/repository/wordpress-markdown-plugin-githuber-md/) provides a variety of features such as Markdown editor, live-preview, image-paste, HTML-to-Markdown helper, and more..

How it works
------------

[](#how-it-works)

1. WP Githuber MD will save your Markdown content into `wp_posts`.`post_content_filtered`.
2. Parse the Markdown to HTML, save the parsed HTML content into `wp_posts`.`post_content`.

This plugin will detect your Markdown content and decide what scripts will be loaded, to avoid loading unnecessary scripts. For example, if you enabled `syntax highlight`, you have to update your post again to take effects.

Demo
----

[](#demo)

### GIF animation

[](#gif-animation)

The demo shows you the following steps:

[![Screenshot](./assets/images/screenshot-1.gif)](./assets/images/screenshot-1.gif)

1. Convert HTML to Markdown by using `HTML to Markdown` tool.

[![Screenshot](./assets/images/screenshot-2.gif)](./assets/images/screenshot-2.gif)

2. Cut up a selection area of an image and copy it from Photoshop, then paste it to Markdown Editor.

[![Screenshot](./assets/images/screenshot-3.gif)](./assets/images/screenshot-3.gif)

3. Click "Update" button to save Markdown to `post_content_filtered` and save HTML to `post_content` (it is what you will see in result).
4. View the result.

### Video

[](#video)

Requirement
-----------

[](#requirement)

- PHP version &gt; 5.3.0
- WordPress version &gt; 4.0
- Tested up to 5.5.1

Download
--------

[](#download)

sourcedownloadWordPressGitHub repositoryPHP Composer`composer create-project terrylinooo/githuber-md wp-githuber-md`Installation
------------

[](#installation)

1. Upload the plugin files to the `/wp-content/plugins/wp-githuber-md` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the `Plugins` screen in WordPress.
3. Go to the `WP Githuber MD` menu in Plugins and set your Markdown options.

Suggestions
-----------

[](#suggestions)

The better situation to use this plugin is you just started a new blog.

If you're planning to use this plugin in an existing blog, be sure to:

- Turn off other Markdown plugins, because the similar plugins might do the same things when submitting your posts, may have some syntax conversion issues between Markdown and HTML.
- My personal suggestion is to turn off `revision` and `auto-save`, there are options in setting page.

Features
--------

[](#features)

- All-in-one [Markdown editor](https://markdown-editor.github.io/).
- Live preview.
- Spell check.
- Enable / disable Markdown for single post.
- Support Gutenberg editor.
- Support custom post types.
- HTML-to-Markdown helper
- Image copy &amp; paste (support uploading to Imgur.com and sm.ms)
- Syntax highlight.
- Flow chart.
- KaTex.
- Sequence diagram.
- Mermaid.
- MathJax.
- Emoji.
- Github flavored Markdown task list.
- Markdown extra...
- Keyword suggestion tool.

Sceenshots
----------

[](#sceenshots)

thumbnailscreenshotdescriptionImage copy &amp; paste[![Image copy & paste](https://camo.githubusercontent.com/e64e7f6dc2f19843540a6ea2b5855ae833102f1a7c35d79cbcf670450c2db834/68747470733a2f2f692e696d6775722e636f6d2f6758346275505a2e676966)](https://camo.githubusercontent.com/e64e7f6dc2f19843540a6ea2b5855ae833102f1a7c35d79cbcf670450c2db834/68747470733a2f2f692e696d6775722e636f6d2f6758346275505a2e676966)[view](https://i.imgur.com/FObsHBG.gif)Uplaoding images becomes much more eaiser, just copy and paste, then done. You can upload to your `upload` folder or host your images to `Imgur.com`.HTML to Markdown[![HTML-to-Markdown helper](https://camo.githubusercontent.com/0a4df13196f9b189fe06b13fe35506194d1c3aa8f2c4a8bf25ef5c0bd83fad7a/68747470733a2f2f692e696d6775722e636f6d2f5035624f4b6e382e676966)](https://camo.githubusercontent.com/0a4df13196f9b189fe06b13fe35506194d1c3aa8f2c4a8bf25ef5c0bd83fad7a/68747470733a2f2f692e696d6775722e636f6d2f5035624f4b6e382e676966)[view](https://i.imgur.com/DmLhnXM.gif)Convert your old posts into Markdown by using HTML-to-Markdown helper that beside the Editor.Syntax Highlighing[![Syntax Highlighing](https://camo.githubusercontent.com/d6d408d3789cafb10a9e906343b9c883f50348eba4bf59e66527c1c6472ea5a2/68747470733a2f2f692e696d6775722e636f6d2f734a636c5864526d2e706e67)](https://camo.githubusercontent.com/d6d408d3789cafb10a9e906343b9c883f50348eba4bf59e66527c1c6472ea5a2/68747470733a2f2f692e696d6775722e636f6d2f734a636c5864526d2e706e67)[view](https://i.imgur.com/sJclXdR.gif)Use Google `prettify.js` for the Editor's live-preview pane, and use `prism.js` for the fontend pages. You can choose your favorite theme for syntax hgihlighing.Mermaid[![Module: Mermaid](https://camo.githubusercontent.com/1dfdda7d4651445bbeb26908d7975bb2944a10016f6fe87ac8984f82e44ae96b/68747470733a2f2f692e696d6775722e636f6d2f366466435154366d2e706e67)](https://camo.githubusercontent.com/1dfdda7d4651445bbeb26908d7975bb2944a10016f6fe87ac8984f82e44ae96b/68747470733a2f2f692e696d6775722e636f6d2f366466435154366d2e706e67)[view](https://i.imgur.com/6dfCQT6.gif)Mermaid is a Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.KaTex[![Module: Katex](https://camo.githubusercontent.com/ae1361fac8eb2b9fc8657f0cbe644b6de94be5dba4010fe1f6bb0ce53fc9558a/68747470733a2f2f692e696d6775722e636f6d2f5a5755614e4e4f6d2e706e67)](https://camo.githubusercontent.com/ae1361fac8eb2b9fc8657f0cbe644b6de94be5dba4010fe1f6bb0ce53fc9558a/68747470733a2f2f692e696d6775722e636f6d2f5a5755614e4e4f6d2e706e67)[view](https://i.imgur.com/ZWUaNNO.gif)KaTex is a fast, easy-to-use JavaScript library for TeX math rendering on the web.Flow Chart[![Module: Flow Chart](https://camo.githubusercontent.com/792e9b3ab705198161580b22d74b9ba6a683abd06eaa1ffabab7d475a7e365db/68747470733a2f2f692e696d6775722e636f6d2f335a51527577516d2e706e67)](https://camo.githubusercontent.com/792e9b3ab705198161580b22d74b9ba6a683abd06eaa1ffabab7d475a7e365db/68747470733a2f2f692e696d6775722e636f6d2f335a51527577516d2e706e67)[view](https://i.imgur.com/3ZQRuwQ.gif)Draws simple SVG flow chart diagrams from textual representation of the diagram.Sequence Diagram[![Module: Sequence diagram](https://camo.githubusercontent.com/4efa45dca8d6f23ea80d767a4fd955ce0e6bb94d2b557c5e96d4a767c316714d/68747470733a2f2f692e696d6775722e636f6d2f5037796d7a39616d2e706e67)](https://camo.githubusercontent.com/4efa45dca8d6f23ea80d767a4fd955ce0e6bb94d2b557c5e96d4a767c316714d/68747470733a2f2f692e696d6775722e636f6d2f5037796d7a39616d2e706e67)[view](https://i.imgur.com/P7ymz9a.gif)Turns Text Into Vector UML sequence diagrams.Setting Page 1[![Setting page 1](https://camo.githubusercontent.com/b6b5a3d3620a1459974fbfaff51253063b8e7affe3a412a366e0db4395105eb3/68747470733a2f2f692e696d6775722e636f6d2f3079684842684c6d2e706e67)](https://camo.githubusercontent.com/b6b5a3d3620a1459974fbfaff51253063b8e7affe3a412a366e0db4395105eb3/68747470733a2f2f692e696d6775722e636f6d2f3079684842684c6d2e706e67)[view](https://i.imgur.com/0yhHBhL.gif)Markdown settings.Setting page 2[![Setting page 2](https://camo.githubusercontent.com/a3b7a53f30ccf7a367a9fbd496d00984b7a2cfde146237430cec046432bba365/68747470733a2f2f692e696d6775722e636f6d2f5661387a374a676d2e706e67)](https://camo.githubusercontent.com/a3b7a53f30ccf7a367a9fbd496d00984b7a2cfde146237430cec046432bba365/68747470733a2f2f692e696d6775722e636f6d2f5661387a374a676d2e706e67)[view](https://i.imgur.com/Va8z7Jg.gif)Modules settings.### Author

[](#author)

Created by [Terry L.](https://terryl.in) and contributors. Thanks for the [donators](https://terryl.in/thank-you/) for supporting me, and the translators such as [CoLocal](https://colocal.com/) and others for providing translation.

### Notes

[](#notes)

- [Changelog](https://github.com/terrylinooo/githuber-md/wiki/Changelog)
- [Translations](https://github.com/terrylinooo/githuber-md/wiki/Translations)
- [Known issues](https://github.com/terrylinooo/githuber-md/wiki/Known-Issues)

### Development

[](#development)

```
make up
make wp.init-dev-site

```

Then, you can visit  to view the development site. Log in to the admin dashboard with username: admin and password: admin.

### License

[](#license)

GPLv3 or later

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance56

Moderate activity, may be stable

Popularity45

Moderate usage in the ecosystem

Community30

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 93.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~54 days

Recently: every ~488 days

Total

46

Last Release

293d ago

PHP version history (2 changes)1.4.2PHP &gt;=5.3

1.17.0PHP &gt;=7.2.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/fca418a834057a4203c6856e316ca4d7c71fa1b9076977e08e5c4d5a9cc9aec6?d=identicon)[terrylinooo](/maintainers/terrylinooo)

---

Top Contributors

[![terrylinooo](https://avatars.githubusercontent.com/u/11989371?v=4)](https://github.com/terrylinooo "terrylinooo (343 commits)")[![jeherve](https://avatars.githubusercontent.com/u/426388?v=4)](https://github.com/jeherve "jeherve (3 commits)")[![bramus](https://avatars.githubusercontent.com/u/213073?v=4)](https://github.com/bramus "bramus (1 commits)")[![Bronya0](https://avatars.githubusercontent.com/u/55728567?v=4)](https://github.com/Bronya0 "Bronya0 (1 commits)")[![hmaragy](https://avatars.githubusercontent.com/u/85044776?v=4)](https://github.com/hmaragy "hmaragy (1 commits)")[![howardlau1999](https://avatars.githubusercontent.com/u/5250490?v=4)](https://github.com/howardlau1999 "howardlau1999 (1 commits)")[![jawngee](https://avatars.githubusercontent.com/u/44449?v=4)](https://github.com/jawngee "jawngee (1 commits)")[![jpSimkins](https://avatars.githubusercontent.com/u/4512118?v=4)](https://github.com/jpSimkins "jpSimkins (1 commits)")[![kasztof](https://avatars.githubusercontent.com/u/12159808?v=4)](https://github.com/kasztof "kasztof (1 commits)")[![lategege](https://avatars.githubusercontent.com/u/10569560?v=4)](https://github.com/lategege "lategege (1 commits)")[![martincz](https://avatars.githubusercontent.com/u/351434?v=4)](https://github.com/martincz "martincz (1 commits)")[![mkmark](https://avatars.githubusercontent.com/u/38940419?v=4)](https://github.com/mkmark "mkmark (1 commits)")[![mvanholsteijn](https://avatars.githubusercontent.com/u/576619?v=4)](https://github.com/mvanholsteijn "mvanholsteijn (1 commits)")[![nczz](https://avatars.githubusercontent.com/u/5238961?v=4)](https://github.com/nczz "nczz (1 commits)")[![Nyx1197](https://avatars.githubusercontent.com/u/70554853?v=4)](https://github.com/Nyx1197 "Nyx1197 (1 commits)")[![pluveto](https://avatars.githubusercontent.com/u/50045289?v=4)](https://github.com/pluveto "pluveto (1 commits)")[![razonyang](https://avatars.githubusercontent.com/u/17720932?v=4)](https://github.com/razonyang "razonyang (1 commits)")[![surkum](https://avatars.githubusercontent.com/u/3216306?v=4)](https://github.com/surkum "surkum (1 commits)")[![syhily](https://avatars.githubusercontent.com/u/1761698?v=4)](https://github.com/syhily "syhily (1 commits)")[![xxNull-lsk](https://avatars.githubusercontent.com/u/12637043?v=4)](https://github.com/xxNull-lsk "xxNull-lsk (1 commits)")

---

Tags

katex-supportmarkdownmarkdown-editormathjax-supportwordpress-markdownmarkdownwordpress pluginmarkdown-editorwordpress-markdown-plugin

### Embed Badge

![Health badge](/badges/terrylinooo-githuber-md/health.svg)

```
[![Health](https://phpackages.com/badges/terrylinooo-githuber-md/health.svg)](https://phpackages.com/packages/terrylinooo-githuber-md)
```

###  Alternatives

[benjaminhoegh/parsedown-extended

An extension for Parsedown.

5125.2k1](/packages/benjaminhoegh-parsedown-extended)[spatie/laravel-markdown-response

Serve markdown versions of your HTML pages to AI agents and bots

7639.6k4](/packages/spatie-laravel-markdown-response)[tovic/parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.

5934.5k](/packages/tovic-parsedown-extra-plugin)[taufik-nurrohman/parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.

5932.4k](/packages/taufik-nurrohman-parsedown-extra-plugin)[maglnet/magl-markdown

Provides a ZF2 View Helper to render markdown syntax. It uses third-party libraries for the rendering and you can switch between different renderers.

22194.6k4](/packages/maglnet-magl-markdown)[benjaminhoegh/parsedown-toc

Table of Contents Extension for Parsedown.

2135.9k11](/packages/benjaminhoegh-parsedown-toc)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
