Shortcodes

时间:2022-07-25
本文章向大家介绍Shortcodes,主要内容包括其使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

Admonition

biu biu biu.

{{% admonition note "I'm title!" false %}}
biu biu biu.

{{% admonition type="note" title="note" details="true" %}}
biu biu biu.
{{% /admonition %}}

{{% admonition example %}}
Without title.
{{% /admonition %}}

{{% /admonition %}}

biu biu biu.

{{% admonition abstract abstract %}}
biu biu biu.
{{% /admonition %}}

biu biu biu.

biu biu biu.

biu biu biu.

biu biu biu.

biu biu biu.

biu biu biu.

biu biu biu.

biu biu biu.

biu biu biu.

biu biu biu.

center, right, left

## default
![img](/path/to/img.gif "img")

{{% center %}}
## center
![img](/path/to/img.gif "img")
{{% /center %}}

{{% right %}}
## right
![img](/path/to/img.gif "img")
{{% /right %}}

{{% left %}}
## left
![img](/path/to/img.gif "img")
{{% /left %}}

figure with class

{{% figure src="/path/to/img.gif" title="default" alt="img" %}}
{{% figure class="center" src="/path/to/img.gif" title="center" alt="img" %}}
{{% figure class="right" src="/path/to/img.gif" title="right" alt="img" %}}
{{% figure class="left" src="/path/to/img.gif" title="left" alt="img" %}}
{{% center %}}

## hybrid in center
{{% figure src="/path/to/img.gif" title="default" alt="img" %}}
{{% figure class="right" src="/path/to/img.gif" title="right" alt="img" %}}

{{% left %}}
{{% figure src="/path/to/img.gif" title="default in left" alt="img" %}}
{{% /left %}}

{{% /center %}}

hybrid in center

Music 163

Params

Examples

  • Simple
{{% music "28196554" %}}
{{% music "28196554" "1" %}}
  • Named Params
{{% music id="28196554" %}}
{{% music id="28196554" auto="1" %}}
  • Example
{{% music "28196554" %}}
{{% music “28196554” %}}