Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.7 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.7 KB

WP Markup Markdown

WP compatibility PHP compatibility Code Climate Quality
The Markup Markdown WordPress Plugin !
Write your blog posts and pages directly in Markdown from the WordPress's admin screen

Issues are not enabled, only sharing the source code.

Need help? Ask me and share the community with the Wordpress forum:
https://wordpress.org/support/plugin/markup-markdown/

Business or commercial use? Request professional support here:
https://www.markup-markdown.com/contact/

Thank you for your understanding, and stay tune for the markdown journey!
It's just the beginning, and if you can feel free to do a gesture to support me:

ko-fi

Thank you very much in advance, and enjoy the rideeeeee~

Developers

Install

Bundle using Grunt. You need nodejs first then install the dependencies:

npm install --save-dev

Build

You can easily trigger a build from the source code:

grunt.cmd

Testing

Checkout this repository as "markup-markdown" inside your local Wordpress plugins directory.

Then you can easily test live modifications by running:

grunt.cmd dev