Skip to content

Commit

Permalink
add admonition examples
Browse files Browse the repository at this point in the history
  • Loading branch information
orbsmiv committed Oct 29, 2022
1 parent a148732 commit 40b9738
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ There are broadly two types of code block used, which take different syntax high

## Admonitions

Use [admonitions](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) primarily for warnings (`!!! warning`) and info (`!!! info`).
Use [admonitions](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) primarily for warnings and notes.
For example:

``` markdown
!!! warning
This is a warning!

!!! note
This is a note.
```

0 comments on commit 40b9738

Please sign in to comment.