File tree 2 files changed +17
-12
lines changed
2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 9
9
* [ Code block] ( code-block.md )
10
10
* [ Quote] ( quote.md )
11
11
* [ Tables] ( tables.md )
12
- * [ Hints ] ( hints.md )
12
+ * [ Hint ] ( hints.md )
13
13
* [ Page link] ( page-link.md )
14
14
* [ Tabs] ( tabs.md )
15
15
* [ Embeds] ( embeds.md )
Original file line number Diff line number Diff line change 1
- # Hints
1
+ ---
2
+ description : Hint content block
3
+ ---
4
+
5
+ # Hint
2
6
3
7
{% hint style="info" %}
4
- This is info
8
+ ** Info hints ** are great for showing general information, or providing tips and tricks.
5
9
{% endhint %}
6
10
7
- {% hint style="warning " %}
8
- This is a warning
11
+ {% hint style="success " %}
12
+ ** Success hints ** are good for showing positive actions or achievements.
9
13
{% endhint %}
10
14
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.
13
17
{% endhint %}
14
18
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.
17
21
{% endhint %}
18
22
19
23
{% hint style="info" %}
20
- ### This is a heading
24
+ #### This is a heading
21
25
22
26
This is a line
23
27
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
26
29
30
+ This is a second <mark style =" color :orange ;background-color :purple ;" >line</mark >
31
+ {% endhint %}
You can’t perform that action at this time.
0 commit comments