行内文本样式text

1
2
3
4
5
6
{% u 文本内容 %}
{% emp 文本内容 %}
{% wavy 文本内容 %}
{% del 文本内容 %}
{% kbd 文本内容 %}
{% psw 文本内容 %}
  1. 下划线 的文本
  2. 着重号 的文本
  3. 波浪线 的文本
  4. 删除线 的文本
  5. 键盘样式的文本 command + D
  6. 密码样式的文本:这里没有验证码
1
{% span 样式参数(参数以空格划分), 文本内容 %}

行内文本span

1
{% span 样式参数(参数以空格划分), 文本内容 %}
  1. 字体:logo,code

  2. 颜色:redyellowgreencyanbluegray

  3. 大小: small, h4, h3, h2, h1, large, huge, ultra

  4. 对齐方向: left, center, right

  • 彩色文字
    在一段话中方便插入各种颜色的标签,包括:红色黄色绿色青色蓝色灰色
  • 超大号文字
    文档「开始」页面中的标题部分就是超大号文字。

    A Wonderful Theme for Hexo
1
2
3
4
5
6
- 彩色文字
在一段话中方便插入各种颜色的标签,包括:{% span red, 红色 %}、{% span yellow, 黄色 %}、{% span green, 绿色 %}、{% span cyan, 青色 %}、{% span blue, 蓝色 %}、{% span gray, 灰色 %}。
- 超大号文字
文档「开始」页面中的标题部分就是超大号文字。
{% span center logo large, Volantis %}
{% span center small, A Wonderful Theme for Hexo %}

段落文本

1
{% p 样式参数(参数以空格划分), 文本内容 %}
  1. 字体:logo,code

  2. 颜色:redyellowgreencyanbluegray

  3. 大小: small, h4, h3, h2, h1, large, huge, ultra

  4. 对齐方向: left, center, right

  • 彩色文字
    在一段话中方便插入各种颜色的标签,包括:

    红色

    黄色

    绿色

    青色

    蓝色

    灰色

  • 超大号文字
    文档「开始」页面中的标题部分就是超大号文字。

    A Wonderful Theme for Hexo

1
2
3
4
5
6
- 彩色文字
在一段话中方便插入各种颜色的标签,包括:{% p red, 红色 %}、{% p yellow, 黄色 %}、{% p green, 绿色 %}、{% p cyan, 青色 %}、{% p blue, 蓝色 %}、{% p gray, 灰色 %}。
- 超大号文字
文档「开始」页面中的标题部分就是超大号文字。
{% p center logo large, Volantis %}
{% p center small, A Wonderful Theme for Hexo %}

引用

1
2
3
4
5
6
7
8
9
10
11
12
13
{% note  %}默认 提示块标签{% endnote %}

{% note default %}default 提示块标签{% endnote %}

{% note primary %}primary 提示块标签{% endnote %}

{% note success %}success 提示块标签{% endnote %}

{% note info %}info 提示块标签{% endnote %}

{% note warning %}warning 提示块标签{% endnote %}

{% note danger %}danger 提示块标签{% endnote %}

默认 提示块标签

default 提示块标签

primary 提示块标签

success 提示块标签

info 提示块标签

warning 提示块标签

danger 提示块标签

动态标签

1
2
3
4
5
6
7
8
9
10
11
12
{% tip faa-horizontal animated%}默认情况{% endtip %}
{% tip success faa-vertical animated%}success{% endtip %}
{% tip error faa-flash animated%}error{% endtip %}
{% tip warning faa-bounce animated%}warning{% endtip %}
{% tip bolt faa-float animated%}bolt{% endtip %}
{% tip ban faa-horizontal animated%}ban{% endtip %}
{% tip home faa-vertical animated%}home{% endtip %}
{% tip sync faa-flash animated%}sync{% endtip %}
{% tip cogs faa-bounce animated%}cogs{% endtip %}
{% tip key faa-bounce animated-hover animated%}key{% endtip %}
{% tip bell faa-bounce animated faa-fast%}bell{% endtip %}
{% tip fa-atom faa-bounce animated faa-slow%}自定义font awesome图标{% endtip %}

默认情况

success

error

warning

bolt

ban

home

sync

cogs

key

bell

自定义font awesome图标