0.0.1 • Published 8 years ago

gitbook-plugin-asciinema v0.0.1

Weekly downloads
5
License
Apache 2
Repository
github
Last release
8 years ago

Asciinema screencasts in your book

This plugins requires gitbook >=2.0.0.

How to use it?

Add the below to your book.json file, then run gitbook install :

{
    "plugins": ["asciinema"]
}

You can now add Asciinema screencats to your book using this tag:

Take a look at this:

{% asciinema %}https://asciinema.org/a/bxwffohsczswrxie2z3y9ex3n{% endasciinema %}

The asciinema will be replaced by the embed script in the website, and by a link in the ebook version.