Skip to content

Commit

Permalink
add an example admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
SaranjeetKaur committed Aug 19, 2024
1 parent 6b01d1c commit e898667
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ Admonitions or call-outs are useful for including side content without interrupt
- Add the block content on the next line, indented by four spaces.
- The type qualifier (in titlecase) is the default title of the block. You can add a customised title after the type qualifier in quoted string.

```` markdown
!!! note "Placeholder for title"
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod
nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor
massa, nec semper lorem quam in massa.
````

Refer to the [admonitions documentation](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) to learn more about the different types of admonitions and possible customisations.

#### Code blocks
Expand Down

0 comments on commit e898667

Please sign in to comment.