测试博文

ivor
1
2
#这是注释
service v2ray restart

这是一个note tag

1.
2. 列出所有元素

  • 元素A的子元素
  • 子列表
  1. 族体

[^1]: markdown 是一种春文本标记语言

Note Tag 测试

1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
* note.js | global hexo script.
*
* ATTENTION! No need to write this tag in 1 line if u don't want see probally bugs.
*
* Usage:
*
* {% note [class] %}
* Any content (support inline tags too).
* {% endnote %}
*
* [class] : default | primary | success | info | warning | danger.
* May be not defined.
*/

反对萨法

Test note default

昏鴉盡,小立恨因誰 ?急雪乍翻香閣絮,輕風吹到膽瓶梅,心字已成灰。

Test note primary

昏鴉盡,小立恨因誰 ?急雪乍翻香閣絮,輕風吹到膽瓶梅,心字已成灰。

Test note success

昏鴉盡,小立恨因誰 ?急雪乍翻香閣絮,輕風吹到膽瓶梅,心字已成灰。

Test note info

昏鴉盡,小立恨因誰 ?急雪乍翻香閣絮,輕風吹到膽瓶梅,心字已成灰。

Test note warning

昏鴉盡,小立恨因誰 ?急雪乍翻香閣絮,輕風吹到膽瓶梅,心字已成灰。

Test note danger

昏鴉盡,小立恨因誰 ?急雪乍翻香閣絮,輕風吹到膽瓶梅,心字已成灰。

Button 标签测试

1
2
Usage: {% button /path/to/url/, text, icon [class], title %}
Alias: {% btn /path/to/url/, text, icon [class], title %}

Button内嵌文字

1
2
3
4
5
6
#include <stdio.h>
int main()
{
printf("Hello world.");
return;
}
评论