Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pubmania authored Aug 16, 2024
1 parent aed7ef5 commit f109cd4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For including code block with line numbers use as shown below:
}
{% endhighlight %}
```
For admonitions:
For admonitions as explained [here](https://mmistakes.github.io/minimal-mistakes/docs/utility-classes/#notices):

```
{: .notice}
Expand All @@ -23,6 +23,17 @@ Type the notice statement here...
This will create information notice
```

`--info` can be replaced with `--warning`, `--danger`, `--success` etc.
`--info` can be replaced with `--warning`, `--danger`, `--success` etc as per the table below:

|Notice Type|Class|
|---|---|
|Default|.notice|
|Primary|.notice--primary|
|Info|.notice--info|
|Warning|.notice--warning|
|Success|.notice--success|
|Danger|.notice--danger|




0 comments on commit f109cd4

Please sign in to comment.