gh-md icon indicating copy to clipboard operation
gh-md copied to clipboard

Render markdown using the github api

gh-md - Render markdown using the Github api

Author: Mario Rodas [email protected]
Version: 0.1.1

Travis build status

Render markdown using the Github API.

Usage

After install gh-md.el you can use the functions gh-md-render-region and gh-md-render-buffer to generate a preview of the markdown content of a buffer.

gh-md.el screenshot

Note

If you get an error on the Messages buffer similar to peculiar error: "connect" host, "api.github.com" :service,443, then you might need to run this on your terminal:

git config --global --unset http.proxy
git config --global --unset https.proxy

Converted from gh-md.el by el2markdown.