常用书写

代码

1
2
3
\```bash

\```

引用

1
2
3
>一级
>>
>二级

演示

列表

无序列表

1
2
3
* 1
* 2
* 3
  • 演示

有序列表

1
2
3
1. 
2.
3.
  1. 演示
  2. ha
  3. ha

折叠标签

1
2
3
4
5
6
7
8
9
10
11
12
13
<details style="
background: linear-gradient(135deg, rgba(138,43,226,.40) 0%, rgba(0,0,0,.0) 100%);
border-radius: 8px;
padding: 12px 16px;
-webkit-backdrop-filter: blur(10px);
">
<summary style="cursor:pointer;font-weight:600;color:#faa755;">
点我展开
</summary>

这里是内容

</details>
点我展开

这里是内容

特殊字效果

1
2
3
4
5
6
7
8
9
<u>下划线演示</u>

文字**加粗**演示

文字*斜体*演示

文本`高亮`演示

文本~~删除~~线演示

下划线演示
文字加粗演示
文字斜体演示
文本高亮演示
文本删除线演示

note

1
2
3
4
5
6
7
8
9
{% note 'fab fa-cc-visa' modern %}

{% endnote %}
{% note red 'fas fa-bullhorn' modern %}
通知
{% endnote %}
{% note pink 'fas fa-car-crash' modern %}

{% endnote %}

通知

插入文章链接

插入本文文章的链接

1
[hexo-书写](/2025/02/08/hexo-书写/)

演示,还是回到本文

插入图片

1
2
![名字](/images/图片名.png)
# 路径非主题目录下images为根目录

标签外挂

1
2
3
<div class="gallery-group-main">
{% galleryGroup '壁纸' '收藏的一些壁纸' '壁纸/index.html' https://api.aqcoder.cn/today %}
</div>

示例

1
2
3
4
5
6
7
{% gallery %}
![](https://i.postimg.cc/nL8wr5jT/image.jpg)
![](https://i.postimg.cc/3RcrjP4F/image.jpg)
![](https://i.postimg.cc/Nfq41Tff/image.png)
![](https://i.postimg.cc/y8ny4bhk/image.png)
![](https://i.postimg.cc/Gp2Jcxzz/wallhaven-x6vx93.jpg)
{% endgallery %}