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: README.md
+24
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,30 @@ math block
31
31
$$
32
32
```
33
33
34
+
## GitHub Flavored Admonitions
35
+
36
+
The blog supports GitHub flavored admonitions via [jekyll-gfm-admonition](https://github.com/Helveg/jekyll-gfm-admonitions). It supports the following syntax:
37
+
38
+
```markdown
39
+
> [!NOTE]
40
+
> Highlights information that users should take into account, even when skimming.
41
+
> And supports multi-line text.
42
+
43
+
> [!TIP]
44
+
> Optional information to help a user be more successful.
45
+
46
+
> [!IMPORTANT]
47
+
> Crucial information necessary for users to succeed.
48
+
49
+
> [!WARNING]
50
+
> Critical content demanding immediate
51
+
> user attention due to potential risks.
52
+
53
+
> [!CAUTION]
54
+
> Negative potential consequences of an action.
55
+
> Opportunity to provide more context.
56
+
```
57
+
34
58
## Theme customization
35
59
36
60
The theme we are using is [Minima](https://github.com/jekyll/minima). If you need to customise anything from this theme, see [Overriding theme defaults](https://jekyllrb.com/docs/themes/#overriding-theme-defaults).
0 commit comments