Skip to content

Commit 6c59de3

Browse files
committed
Replace "info box" with "alert"
1 parent 8be93de commit 6c59de3

File tree

1 file changed

+4
-7
lines changed
  • content/articles/hugo/test-pages/alert-tests

1 file changed

+4
-7
lines changed

content/articles/hugo/test-pages/alert-tests/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ topics:
77
- test-page
88
---
99

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.
1111

1212
## Note
1313

1414
> [!NOTE]
1515
> 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).
1616
>
1717
> ```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.
2019
> ```
2120
>
2221
> ![A Test Image](test-image.png)
@@ -27,8 +26,7 @@ This page lists the various info boxes supported by the dev-log theme - both as
2726
> 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).
2827
>
2928
> ```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.
3230
> ```
3331
>
3432
> ![A Test Image](test-image.png)
@@ -39,8 +37,7 @@ This page lists the various info boxes supported by the dev-log theme - both as
3937
> 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).
4038
>
4139
> ```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.
4441
> ```
4542
>
4643
> ![A Test Image](test-image.png)

0 commit comments

Comments
 (0)