From f109cd4aca47c87e28c98ec8f1d2cf823ad0036f Mon Sep 17 00:00:00 2001 From: pubmania Date: Fri, 16 Aug 2024 09:57:39 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d5c15e..619228f 100644 --- a/README.md +++ b/README.md @@ -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} @@ -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| + +