gitbook-plugin-gist

1.0.0 • Public • Published

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 %}

Readme

Keywords

none

Package Sidebar

Install

npm i gitbook-plugin-gist

Weekly Downloads

2

Version

1.0.0

License

Apache-2.0

Last publish

Collaborators

  • samypesse