Add admonition type to shortcode (#9482)
* Change existing admon blocks * Fix includes issue
This commit is contained in:
committed by
k8s-ci-robot
parent
e839031292
commit
d65e1790ff
@@ -90,7 +90,7 @@
|
||||
'prefix': 'anote'
|
||||
'body': """
|
||||
{{< note >}}
|
||||
**Note**: $1
|
||||
$1
|
||||
{{< /note >}}
|
||||
"""
|
||||
|
||||
@@ -99,14 +99,14 @@
|
||||
'prefix': 'acaution'
|
||||
'body': """
|
||||
{{< caution >}}
|
||||
**Caution**: $1
|
||||
$1
|
||||
{{< /caution >}}
|
||||
"""
|
||||
'Insert warning':
|
||||
'prefix': 'awarning'
|
||||
'body': """
|
||||
{{< warning >}}
|
||||
**Warning**: $1
|
||||
$1
|
||||
{{< /warning >}}
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user