Skip to content

Commit

Permalink
feat: add doc on how to use admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-fert committed Apr 26, 2024
1 parent 4caaaaf commit a9743a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -201,6 +201,14 @@ If you need to add internal anchor links from your article to other article of o

> Warning: Don't add html in your markdown, you don't have to override the blog template in the markdown.
This blog supports admonitions classes `warning` ; `info` ; `tip` and `note`
to generate colored panels

```md
<div class="admonition warning" markdown="1"><p class="admonition-title">Warning Title</p>
Warning text block</div>
```

**5 - Add your pull request**

Create your branch and add your pull request.
Expand Down

0 comments on commit a9743a6

Please sign in to comment.