0.2.0 • Published 7 years ago

gitbook-plugin-alerts v0.2.0

Weekly downloads
308
License
MIT
Repository
github
Last release
7 years ago

gitbook-plugin-alerts

Info, warning, danger, success blockquotes for your gitbook. See it in action at docs.hypertrack.io.

npm version

Screenshot

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!