Files
2017-03-16 15:12:46 +01:00
..
2016-10-04 15:32:59 +02:00
2016-10-04 15:32:59 +02:00
2016-10-04 15:32:59 +02:00
2016-10-03 23:34:27 +02:00
2017-03-16 15:12:46 +01:00
2016-09-29 19:38:55 +02:00

Styled hint blocks in your docs

This plugins requires gitbook >=4.0.0.

Install

Add the below to your book.json file, then run gitbook install :

{
    "plugins": ["hints"]
}

Usage

You can now provide hints in various ways using the hint tag.

{% hint style='info' %}
Important info: this note needs to be highlighted
{% endhint %}
Styles

Available styles are:

  • info (default)
  • tip
  • danger
  • warning
Custom Icons
{% hint style='info' icon="mail" %}
Important info: this note needs to be highlighted
{% endhint %}