Skip to content

Commit d334a14

Browse files
Petros Amoiridisgitbook-bot
Petros Amoiridis
authored andcommitted
GitBook: [#24] Improve hint example
1 parent 4bd9c30 commit d334a14

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

Diff for: SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* [Code block](code-block.md)
1010
* [Quote](quote.md)
1111
* [Tables](tables.md)
12-
* [Hints](hints.md)
12+
* [Hint](hints.md)
1313
* [Page link](page-link.md)
1414
* [Tabs](tabs.md)
1515
* [Embeds](embeds.md)

Diff for: hints.md

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
1-
# Hints
1+
---
2+
description: Hint content block
3+
---
4+
5+
# Hint
26

37
{% hint style="info" %}
4-
This is info
8+
**Info hints** are great for showing general information, or providing tips and tricks.
59
{% endhint %}
610

7-
{% hint style="warning" %}
8-
This is a warning
11+
{% hint style="success" %}
12+
**Success hints** are good for showing positive actions or achievements.
913
{% endhint %}
1014

11-
{% hint style="danger" %}
12-
This is danger
15+
{% hint style="warning" %}
16+
**Warning hints** are good for showing important information or non-critical warnings.
1317
{% endhint %}
1418

15-
{% hint style="success" %}
16-
This is success
19+
{% hint style="danger" %}
20+
**Danger hints** are good for highlighting destructive actions or raising attention to critical information.
1721
{% endhint %}
1822

1923
{% hint style="info" %}
20-
### This is a heading
24+
#### This is a heading
2125

2226
This is a line
2327

24-
This is a second line
25-
{% endhint %}
28+
This is an inline <img src=".gitbook/assets/sofianna-customer-avatar.png" alt="" data-size="line"> image
2629

30+
This is a second <mark style="color:orange;background-color:purple;">line</mark>
31+
{% endhint %}

0 commit comments

Comments
 (0)