Admonition
I'm title!
biu biu biu.
note
biu biu biu.
1
2
3
4
5
6
7
8
9
10
11
12
|
{{% 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 %}}
|
1
2
3
|
{{% admonition abstract abstract %}}
biu biu biu.
{{% /admonition %}}
|
center, right, left
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## 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 %}}
|
default
center
right
left
1
2
3
4
|
{{% 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" %}}
|
1
2
3
4
5
6
7
8
9
10
11
|
{{% 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
-
id
-
Fiddle auto
- optional param
- default value 0
- you can overwrite it with 1
Examples
1
2
|
{{% music "28196554" %}}
{{% music "28196554" "1" %}}
|
1
2
|
{{% music id="28196554" %}}
{{% music id="28196554" auto="1" %}}
|
1
|
{{% music "28196554" %}}
|
{{% music “1455974449” %}}