Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 537 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 537 Bytes

How to Gitbook Callouts

{% hint style="info" %} This is an info {% endhint %}

{% hint style="info" %}
 This is an info
{% endhint %}

{% hint style="warning" %} This is a warning {% endhint %}

{% hint style="warning" %}
 This is a warning
{% endhint %}

{% hint style="danger" %} This is dangerous {% endhint %}

{% hint style="danger" %}
 This is dangerous
{% endhint %}

{% hint style="success" %} This is a success {% endhint %}

{% hint style="success" %}
 This is a success
{% endhint %}