Test:General test

Test:General test

Path#

With or without prefix slash(/)

1
2
[PDF1](Test/1.png )   #Under current path
[PDF2](/images/avatar.png) #Under the site root directory

PDF1

PDF2

Front-matter#

Topping

1
top: 9999

Not included in search data

1
indexing: false

Not included in site map

1
sitemap: false

Mathematical formula support#

1
2
3
$$
a = b + c
$$

$$ a = b + c $$

1
2
3
4
5
6
$$
\frac{\partial u}{\partial t}
= h^2 \left( \frac{\partial^2 u}{\partial x^2} +
\frac{\partial^2 u}{\partial y^2} +
\frac{\partial^2 u}{\partial z^2}\right)
$$

$$ \frac{\partial u}{\partial t} = h^2 \left( \frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} + \frac{\partial^2 u}{\partial z^2}\right) $$

Embed pdf#

1
{% pdf  Test/1.pdf  %} 

Information card#

1
2
3
4
5
6
7
8
9
{% valkyrurl [key=value] %}

#Example
{% valkyrurl
[url=https://www.baidu.com/]
[title="Baidu"]
[avatar=/images/avatar.png]
[desc="Baidu…….."]
%}
Baidu
Baidu……..

Github information card#

1
{% githubCard user:UserName [key=value] %}

Special page#

bilibili

Content block#

1
2
!!!  note  noteTitle
notenotenotenotenotenotenote

noteTitle

notenotenotenotenotenotenote

1
2
!!! info   infoTitle
infoinfoinfoinfoinfoinfoinfoinfo

infoTitle

infoinfoinfoinfoinfoinfoinfoinfo

1
2
!!! warning  warningTitle 
warningwarningwarningwarningwarningwarning

warningTitle

warningwarningwarningwarningwarningwarning

1
2
!!! error  errorTitle 
errorerrorerrorerrorerrorerrorerrorerror

errorTitle

errorerrorerrorerrorerrorerrorerrorerror

Image#

Next> group-pictures#

1
2
3
4
5
6
7
8
{% grouppicture 6-3 %}
![](/images/avatar.png)
![](/images/avatar2.jpg)
![](/images/avatar3.jpg)
![](/images/avatar2.jpg)
![](/images/avatar.png)
![](/images/avatar3.jpg)
{% endgrouppicture %}

Theme Tags#

Next> Tabs#

1
2
3
4
5
6
7
8
9
10
11
12
13
{% tabs First unique name %}
<!-- tab -->
**This is Tab 1.**
<!-- endtab -->

<!-- tab -->
**This is Tab 2.**
<!-- endtab -->

<!-- tab -->
**This is Tab 3.**
<!-- endtab -->
{% endtabs %}

This is Tab 1.

This is Tab 2.

This is Tab 3.

Next> Note#

1
2
3
4
{% note %}
#### Header
(Class styles are not defined)
{% endnote %}

(Class styles are not defined)

1
2
3
4
{% note default %}
#### Default Header
Welcome to [Hexo!](https://hexo.io)
{% endnote %}

Default Header#

Welcome to Hexo!

1
2
3
4
{% note primary %}
#### Primary Header
**Welcome** to [Hexo!](https://hexo.io)
{% endnote %}

Primary Header#

Welcome to Hexo!

1
2
3
4
{% note info %}
#### Info Header
**Welcome** to [Hexo!](https://hexo.io)
{% endnote %}

Info Header#

Welcome to Hexo!

1
2
3
4
{% note info no-icon %}
#### No icon note
Note **without** icon: `note info no-icon`
{% endnote %}

No icon note#

Note without icon: note info no-icon

1
2
3
4
{% note success %}
#### Success Header
**Welcome** to [Hexo!](https://hexo.io)
{% endnote %}

Success Header#

Welcome to Hexo!

1
2
3
4
{% note warning %}
#### Warning Header
**Welcome** to [Hexo!](https://hexo.io)
{% endnote %}

Warning Header#

Welcome to Hexo!

1
2
3
4
{% note danger %}
#### Danger Header
**Welcome** to [Hexo!](https://hexo.io)
{% endnote %}

Danger Header#

Welcome to Hexo!

QR code generate#

1
{% qrcode "hello, world" alt:"hello, world" title:"hello, world" hello world %}
hello, world

Tooltip#

Footnotes

basic footnote[1]

and another one[3]

and another one[4]

Reference reading#


  1. 1.basic footnote content
  2. 3.paragraph
  3. 4.footnote content with some markdown