作者: xiaoman

2022-01-02

表格

SyntaxDescription
HeaderTitle
ParagraphText
SyntaxDescription
HeaderTitle
ParagraphText

任务列表

表情符号

sfs :unamused:

行内标签

{% label primary @text %}
<span class="label label-primary">Label</span>
可选类别:primary default info success warning danger

Label

参考脚注

这是一句话1

便签

可选类别 primary secondary success danger warning info light

{% note success %}
文字 或者 `markdown` 均可
{% endnote %}

{% note success %} 两种方式:上面是第一种方式,下面是 html 方法 {% endnote %}

<p class="note note-danger">便签</p>

便签

按钮

{% btn url, text, title %}或者
<a class="btn" href="https://hexo.fluid-dev.com/docs/guide/#tag-%E6%8F%92%E4%BB%B6" title="title">tag</a>

{% btn (https://hexo.fluid-dev.com/docs/guide/#tag-%E6%8F%92%E4%BB%B6), text, title %} tag

Footnotes

  1. 这是对应的脚注