SinzMise / hexo-tag-ruffle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo-tag-ruffle

Ruffle for Hexo

Inatall 安装插件

# npm install npm安装:
npm install hexo-tag-ruffle --save
#(for china)cnpm install cnpm安装:
cnpm install hexo-tag-ruffle --save

Usage 使用方法

In your markdown file: 在你的markdown文件中插入以下片段

{% ruffle [swf] [width] [height] %}
参数(Parameter) 备选值(Alternative value) / 类型(type) 释义(Interpretation)
swf URL SWF链接(SWF Link)
width number SWF宽度(SWF width)
height number SWF高度(SWF height)

About


Languages

Language:JavaScript 100.0%