like another markdown

source:
https://hexo.io/zh-cn/docs/tag-plugins
https://hexo.io/docs/tag-plugins

Block Quote

1
2
3
{% blockquote authorsource link title %}
content
{% endblockquote %}

Example:

1
2
3
{% blockquote @Baidu https://www.baidu.com baiduIndex %}
Baidu Index previewer
{% endblockquote %}

Code Block

1
2
3
{% codeblock title url text options%}
tmp
{% endbcodeblock %}

Example:

1
2
3
4
{% codeblock _.compact http://baidu.com underscore.js %}
_.compact([1.disdf]);
=> [1,2,3]
{% endcodeblock %}

iframe

1
{% iframe url [width] [height] %}

Image

1
{% img [class names] /path/to/image [width] [height] '"title text" "alt text"' %}
1
{% link text url target="_blank" [title] %}

Include Code

js

Include Posts

1
{% post_link filename  %}

Include Assets

Embed Image

1
{% asset_img foo.jpg 500 400 "title'alt'"  %}

Comments