1.0.0 • Published 6 years ago

gitbook-plugin-click-reveal v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Click To Reveal Plugin

npm version

Simple plugin to add « Click to Reveal » functionnality to your GitBook.

Preview

Installation

In your book.json add the plugin:

{
    "plugins": [
        "click-reveal"
    ]
}

Usage

Quick use :

{% reveal %}
Your element to **hide**
{% endreveal %}

With custom text :

{% reveal text="Click here to reveal my secret" %}
Your element to **hide**
{% endreveal %}
1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago