title: "Shortcodes" date: 2016-08-30T16:01:23+08:00 lastmod: 2018-02-01T18:01:23+08:00 draft: false tags: ["shortcodes"] categories: ["shortcodes"]
{{% 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 %}}
{{%/* 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 */%}}
{{% admonition abstract abstract %}} biu biu biu. {{% /admonition %}}
{{%/* admonition abstract abstract */%}}
biu biu biu.
{{%/* /admonition */%}}
{{% admonition info "info" %}} biu biu biu. {{% /admonition %}}
{{% admonition tip "tip" %}} biu biu biu. {{% /admonition %}}
{{% admonition success "success" %}} biu biu biu. {{% /admonition %}}
{{% admonition question "question" %}} biu biu biu. {{% /admonition %}}
{{% admonition warning "warning" %}} biu biu biu. {{% /admonition %}}
{{% admonition failure "failure" %}} biu biu biu. {{% /admonition %}}
{{% admonition danger "danger" %}} biu biu biu. {{% /admonition %}}
{{% admonition bug "bug" %}} biu biu biu. {{% /admonition %}}
{{% admonition example "example" %}} biu biu biu. {{% /admonition %}}
{{% admonition quote "quote" %}} biu biu biu. {{% /admonition %}}
## 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 */%}}
{{% center %}}
{{% /center %}}
{{% right %}}
{{% /right %}}
{{% left %}}
{{% /left %}}
{{%/* 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" */%}}
{{% figure src="https://wx1.sinaimg.cn/small/006SToa6ly1fm07summ2gj30qo0qomzu.jpg" title="default" alt="img" %}} {{% figure class="center" src="https://wx1.sinaimg.cn/small/006SToa6ly1fm07summ2gj30qo0qomzu.jpg" title="center" alt="img" %}} {{% figure class="right" src="https://wx1.sinaimg.cn/small/006SToa6ly1fm07summ2gj30qo0qomzu.jpg" title="right" alt="img" %}} {{% figure class="left" src="https://wx1.sinaimg.cn/small/006SToa6ly1fm07summ2gj30qo0qomzu.jpg" 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 */%}}
{{% center %}}
{{% figure src="https://wx1.sinaimg.cn/small/006SToa6ly1fm07summ2gj30qo0qomzu.jpg" title="default" alt="img" %}} {{% figure class="right" src="https://wx1.sinaimg.cn/small/006SToa6ly1fm07summ2gj30qo0qomzu.jpg" title="right" alt="img" %}} {{% left %}} {{% figure src="https://wx1.sinaimg.cn/small/006SToa6ly1fm07summ2gj30qo0qomzu.jpg" title="default in left" alt="img" %}} {{% /left %}} {{% /center %}}
id
url format http://music.163.com/#/song?id=28196554
Fiddle auto
{{%/* music "28196554" */%}}
{{%/* music "28196554" "1" */%}}
{{%/* music id="28196554" */%}}
{{%/* music id="28196554" auto="1" */%}}
{{%/* music "28196554" */%}}
{{%/ music "28196554" /%}}
.post-content img { height: 64px; }Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.