feat(css): add admonition css variable

This commit is contained in:
Dillon
2020-02-02 21:07:38 +08:00
parent 17bbe91c6f
commit b91ca3d61a
8 changed files with 120 additions and 153 deletions

View File

@@ -887,3 +887,57 @@ __^^_insert 倾斜 加粗_^^__ _^^__insert 倾斜 加粗 2__^^_
**^^_insert 倾斜 加粗_^^** _^^**insert 倾斜 加粗 2**^^_
__^^*insert 倾斜 加粗*^^__ *^^__insert 倾斜 加粗 2__^^*
## Admonition
{{% admonition "note" "Admonition note" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "abstract" "Admonition abstract" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "info" "Admonition info" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "tip" "Admonition tip" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "success" "Admonition success" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "question" "Admonition question" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "warning" "Admonition warning" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "failure" "Admonition failure" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "danger" "Admonition danger" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "bug" "Admonition bug" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "example" "Admonition example" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition "quote" "Admonition quote" %}}
This is the content of the admonition.
{{% /admonition %}}
{{% admonition title="Admonition" details="true" %}}
This is the content of the admonition.
{{% /admonition %}}