=== Markdown Webhook === Contributors: chenzhaolonglong Tags: markdown, md, posts, post, webhook, github, bitbucket Requires at least: 4.0 Requires PHP: 7.0 Tested up to: 4.8 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Sync .md files to wp posts from webhook in github.com / bitbucket.com == Description == What will this plugin do? 1. fetch the target repo zip file to your server and extract it. 2. find all the .md files and save or update it to your database. 3. render it to the front page, and use markdown-it.js and highlight.js to transform the markdown content to html content. 4. done This plugin will be updated continuously in the future. == Changelog == = 1.0 = * init = 1.1 = * Add: Use folder name as category (beta). * Add: tags as SEO meta keywords (beta). == Upgrade Notice ==