GitbookIO / plugin-gist

Embed Gist in your book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embed Gist in GitBook

This GitBook plugins makes it easy to embed gists in a GitBook.

How to use it?

Configure the plugin in your book.json:

{
    "plugins": ["gist"]
}

Include a Gist using the gist block:

{% gist id="https://gist.github.com/SamyPesse/6ceb8cb8d531ffab75f0" %}{% endgist %}

{% gist id="SamyPesse/6ceb8cb8d531ffab75f0" %}{% endgist %}

{% gist id="SamyPesse/6ceb8cb8d531ffab75f0",file="README.md" %}{% endgist %}

{% gist id="SamyPesse/6ceb8cb8d531ffab75f0",hideFooter=true %}{% endgist %}

About

Embed Gist in your book

License:Apache License 2.0


Languages

Language:JavaScript 100.0%