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

  1. {
  2. "plugins": ["alerts"]
  3. }

Usage

Info styling

  1. > **[info] For info**
  2. >
  3. > Use this for infomation messages.

Warning styling

  1. > **[warning] For warning**
  2. >
  3. > Use this for warning messages.

Danger styling

  1. > **[danger] For danger**
  2. >
  3. > Use this for danger messages.

Success styling

  1. > **[success] For info**
  2. >
  3. > 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!