You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/articles/hugo/test-pages/alert-tests/index.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,15 @@ topics:
7
7
- test-page
8
8
---
9
9
10
-
This page lists the various info boxes supported by the dev-log theme - both as code block and as Hugo short code.
10
+
This page lists the various alerts supported by the dev-log theme.
11
11
12
12
## Note
13
13
14
14
> [!NOTE]
15
15
> The difference to `RawFraction` is that `RawFraction` would be displayed as the average since the creation/last reset of the counter, while `AverageCount64` would be displayed as average during the last time frame (usually a second).
16
16
>
17
17
> ```markdown
18
-
> This is a **nested***fenced* code block inside an info box
19
-
> (only possible with short codes).
18
+
> This is a **nested***fenced* code block inside an alert.
20
19
> ```
21
20
>
22
21
> 
@@ -27,8 +26,7 @@ This page lists the various info boxes supported by the dev-log theme - both as
27
26
> The difference to `RawFraction` is that `RawFraction` would be displayed as the average since the creation/last reset of the counter, while `AverageCount64` would be displayed as average during the last time frame (usually a second).
28
27
>
29
28
> ```markdown
30
-
> This is a **nested** *fenced* code block inside an info box
31
-
> (only possible with short codes).
29
+
> This is a **nested** *fenced* code block inside an alert.
32
30
> ```
33
31
>
34
32
> 
@@ -39,8 +37,7 @@ This page lists the various info boxes supported by the dev-log theme - both as
39
37
> The difference to `RawFraction` is that `RawFraction` would be displayed as the average since the creation/last reset of the counter, while `AverageCount64` would be displayed as average during the last time frame (usually a second).
40
38
>
41
39
> ```markdown
42
-
> This is a **nested** *fenced* code block inside an info box
43
-
> (only possible with short codes).
40
+
> This is a **nested** *fenced* code block inside an alert.
0 commit comments