WP Manifestindependent plugin directory
manifest / content / wp-gfm

GitHub Flavored Markdown for WordPress

WordPress Plugin for PHP-Markdown and GitHub Flavored Markdown

by makoto_kw · github.com/makotokw/wp-gfm · website

115stars
10forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/makotokw/wp-gfm/archive/refs/heads/master.zip

From the readme

GitHub Flavored Markdown for WordPress wp-gfm is the WordPress plugin that convert from GitHub Flavored Markdown by using the PHP-Markdown or GitHub Render API. Dependencies WordPress 3.1+ PHP 5.3+ Optional: Render API: GitHub Render API or https://github.com/makotokw/ruby-markdown-render-api How to work The plugin has two conversions. [markdown] as shortcode for PHP-Markdown, convert by using \Michelf\Markdown class inside WordPress. [gfm] as shortcode for GitHub Flavored Markdown, convert by using the Render API outside WordPress. Default Render API is GitHub Render API, limits requests to 60 per hour for unauthenticated requests. Alternatives Render API that works on heroku is here: https://github.com/makotokw/ruby-markdown-render-api Installation Download from https://github.com/makotokw/wp-gfm/releases and upload to /path/to/wp-content/plugins/wp-gfm PHP-Markdown (Recommended) This conversion depends on PHP Markdown Lib 1.7.0. Usage Use [markdown][/markdown] as shortcode on entry. Example: [markdown] | First Header | Second Header | | ------------- | ------------- | | Content Cell | Content Cell | | Content Cell | Content Cell |

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v0.11Aug 17, 2019
v0.10Aug 17, 2019
v0.9Dec 26, 2016
v0.8Apr 30, 2016