常用书写
代码
引用
演示
列表
无序列表
有序列表
- 演示
- ha
- 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为根目录
|
标签外挂
Gallery 相册图库
1 2 3
| <div class="gallery-group-main"> {% galleryGroup '壁纸' '收藏的一些壁纸' '壁纸/index.html' https://api.aqcoder.cn/today %} </div>
|
示例
壁纸
收藏的一些壁纸
Gallery 相册
1 2 3 4 5 6 7
| {% gallery %}      {% endgallery %}
|
[{"url":"https://i.postimg.cc/nL8wr5jT/image.jpg","alt":""},{"url":"https://i.postimg.cc/3RcrjP4F/image.jpg","alt":""},{"url":"https://i.postimg.cc/Nfq41Tff/image.png","alt":""},{"url":"https://i.postimg.cc/y8ny4bhk/image.png","alt":""},{"url":"https://i.postimg.cc/Gp2Jcxzz/wallhaven-x6vx93.jpg","alt":""}]