c6db5e8fef | ||
---|---|---|
.. | ||
book | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json |
README.md
gitbook-plugin-alerts
Info, warning, danger, success blockquotes for your gitbook. See it in action at docs.hypertrack.io.
Installation
Add the plugin to your book.json
{
"plugins": ["alerts"]
}
Usage
Info styling
> **[info] For info**
>
> Use this for infomation messages.
Warning styling
> **[warning] For warning**
>
> Use this for warning messages.
Danger styling
> **[danger] For danger**
>
> Use this for danger messages.
Success styling
> **[success] For info**
>
> Use this for success messages.
Support
Please create an issue for bugs and contributions.
Possible contributions
Add config for custom styling. Send in your pull requests!