[v9.4.x] Use expected types for admonition (#68179)

All types are declared lowercased.


(cherry picked from commit 356eabc24c)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2023-05-10 14:12:26 +01:00
committed by GitHub
parent 896f2ce04f
commit 203becbf33
@@ -104,7 +104,7 @@ The following table provides example relative ranges:
| This Year | `now/Y` | `now/Y` |
| Previous fiscal year | `now-1y/fy` | `now-1y/fy` |
{{% admonition type="Note" %}}
{{% admonition type="note" %}}
Grafana Alerting does not support the following syntaxes at this time:
@@ -159,7 +159,7 @@ This section also displays recently used absolute ranges.
#### Semi-relative time range
{{% admonition type="Note" %}}
{{% admonition type="note" %}}
Grafana Alerting does not support semi-relative time ranges.