gitbook-plugin-click-reveal
v1.0.0
Published
A plugin to click to reveal
Readme
Click To Reveal Plugin
Simple plugin to add « Click to Reveal » functionnality to your GitBook.

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