前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Shortcodes

Shortcodes

作者头像
caoayu
发布2020-09-23 09:51:14
2610
发布2020-09-23 09:51:14
举报
文章被收录于专栏:caoayu的分享

Admonition

biu biu biu.

代码语言:javascript
复制
{{% 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.

代码语言:javascript
复制
{{% 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

代码语言:javascript
复制
## 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

代码语言:javascript
复制
{{% 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" %}}
代码语言:javascript
复制
{{% 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
代码语言:javascript
复制
{{% music "28196554" %}}
{{% music "28196554" "1" %}}
  • Named Params
代码语言:javascript
复制
{{% music id="28196554" %}}
{{% music id="28196554" auto="1" %}}
  • Example
代码语言:javascript
复制
{{% music "28196554" %}}
{{% music “28196554” %}}
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2020-03-31,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Admonition
  • center, right, left
    • figure with class
      • hybrid in center
      • Music 163
        • Params
          • Examples
          领券
          问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档