Skip to content

Commit c5732c0

Browse files
petrosgitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent c92f999 commit c5732c0

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

Diff for: SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
* [Code block](code-block.md)
1010
* [Quote](quote.md)
1111
* [Tables](tables.md)
12+
* [Hints](hints.md)
1213

Diff for: hints.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Hints
2+
3+
{% hint style="info" %}
4+
This is info
5+
{% endhint %}
6+
7+
{% hint style="warning" %}
8+
This is a warning
9+
{% endhint %}
10+
11+
{% hint style="danger" %}
12+
This is danger
13+
{% endhint %}
14+
15+
{% hint style="success" %}
16+
This is success
17+
{% endhint %}
18+
19+
{% hint style="info" %}
20+
### This is a heading
21+
22+
This is a line
23+
24+
This is a second line
25+
{% endhint %}
26+

0 commit comments

Comments
 (0)