A gitbook plugin to embed gists using gist.run
npm install gitbook-plugin-gistrunA gitbook plugin to embed gists using gist.run
Simply add gistrun to the list of plugins in your book.json:
``js`
{
"plugins": ["gistrun"]
}
Once you've added the plugin you'll now be able to use the gistrun tag in your markdown:
`
{% gistrun id="e57fa69d4697091a20cec1f240bfaa0f" %}
{% endgistrun %}
``
This will render as: