博客测试页面

Berrylium Lv1

想获得同款博客?戳我

字体测试

关复门liLI1|oO0() 关复门liLI1|oO0()<=>

数学公式测试

\KaTeXLATEXTEX

{Dt=×H,(Loi de Faraday)Bt=×E,(Loi d’Ampere)B=0,(Loi de Gauss)D=0.(Loi de Colomb)

physics 宏包测试

sinx|0π

自定义宏


H2O,H2O,limn

1
2
$\newcommand{\water}{H_2O} \def\wate{H_2O}\def\liminfty#1{\lim_{ #1\to\infty}}$
$\water,\wate,\liminfty n$

公式标签、编号

(a)1(b)2

a,b

1
2
3
4
5
6
7
8
$$
1\tag{a}\label{label1}
$$
$$
2\tag{b}\label{label2}
$$

$\ref{label1},\ref{label2}$

压力测试

四次方程求根公式。链接

Markdown 测试

换行

此行行末有两个空格。
此行行末有 HTML tag。

此行行末啥也没有。
此行中间插入了 HTML tag,
这是 tag 后的内容。

1
2
3
4
此行行末有两个空格。  
此行行末有 HTML tag。<br>
此行行末啥也没有。
此行中间插入了 HTML tag,<br> 这是 tag 后的内容。

强调语法

删除线粗体斜体粗斜体高亮下划线

~~删除线~~**粗体***斜体****粗斜体***==高亮==^上^标~下~标++下划线++

引用

第一段

第二段

嵌套!

列表

  • Alice
    • Bob
  • Eve
    1. Kerbin
      • Write the press release
    2. Mun
      • Update the website
      • Contact the media
    3. Minmus

链接

百度,悬停有惊喜
主页
markdown-测试(可)
Markdown-测试(寄)

1
2
3
4
[百度,悬停有惊喜](https://www.baidu.com "百度一下,你就知道")
[主页](/)
[markdown-测试(可)](#markdown-测试)
[Markdown-测试(寄)](#Markdown-测试)

图片

aa

bb

1
2
3
![aa](/images/wallhaven-wqery6-light.webp)

![bb](/images/wallhaven-wqery6-light.webp =100x)

表格

Syntax Description Test Text
Header Title Here’s this
Paragraph Text And more

脚注

脚注[1]

脚注[1:1]

脚注[2]

1
2
3
4
5
6
7
8
脚注[^1]

脚注[^1]

脚注[^2]

[^1]: 这是一个脚注
[^2]: 这是第二个脚注

分割线


emoji

为什么不用输入法?

emoji cheat list

⛺ 😃 😦 :tent: :) :(

代码块

hello.cpp戳我
1
2
3
4
5
6
7
#include <iostream>
using namespace std;

int main() {
for (int i = 1; i <= 10; i++)
cout << "Hello World!\n";
}
1
```cpp hello.cpp /2024/11/04/blog-test 戳我

标题测试

四级标题

五级标题
六级标题

markdown-it-attrs

和附属 bracketed-spans 搭配使用,可以规避部分 html。搁这搁这呢

萌娘黑幕

看到这行字的是猪

1
[■■■■■■■■]{.heimu title="😜"}
1
<span title="😜" class="heimu">■■■■■■■■</span>

文字居中

静夜思

(唐)李白
床前明月光,疑是地上霜。
举头望明月,低头思故乡。

1
2
3
4
5
#### 静夜思 {style="text-align:center"}
**(唐)李白**
床前明月光,疑是地上霜。
举头望明月,低头思故乡。
{style="text-align:center"}

文字颜色

RGB
tairitsu

1
2
[R]{style="color:red"}[G]{style="color:green"}[B]{style="color:blue"}
[tairitsu]{style="color:#1f1e33"}

内联图片

![](/images/wallhaven-wqery6-light.webp =100x){style="display:inline"}

特殊链接

新标签页打开主页

下载 /source/css/heimu.css

1
2
[新标签页打开主页](/){target=_blank rel=noopener}
[下载 `/source/css/heimu.css`](/css/heimu.css){download}

hexo 标签测试

好难用,感觉不如 html。

代码块

_.compactUnderscore.js
1
2
_.compact([0, 1, false, 2, '', 3]);
=> [1, 2, 3]

iframe

{% iframe https://redefine.ohevan.com/ 900 540 %}

包含帖子

insert title here

{% post_path blog-test %}
{% post_link blog-test insert title here %}

redefine 写作模块测试

搬运自 官方文档

笔记

[标题]

内容
支持换行

信息

换行测试
换行测试
换行测试

提示

换行测试
换行测试
换行测试

自定义标题

换行测试
换行测试
换行测试

按钮

Buttons with no arguments Button fits well in the paragraph.

regular button fits better when outside of the paragraph

Example Example

please use large with center:

Get started

折叠

Folding 测试: 点击查看更多

啊啊啊啊啊

danger 提示块标签

tip 提示块标签

可用颜色:yellow, blue, green, red, orange, pink, cyan, white, black, gray

分栏

This is Tab 1.

This is Tab 2.

This is Tab 2.

This is Tab 3.

This is Tab 3.

This is Tab 3.

已知问题

  • 萌娘百科黑幕不能放 emoji,因为是通过将文字前景色改黑实现的。
  • {# 连在一起将导致文章内容截断,注意用空格隔开,链接
  • 数学公式换行需要使用 \displaylines{} 或者 aligned 等环境。
  • 图片链接点击后会因为放大功能触发 bug,页面将卡死,需要刷新。(改用 btns?)

  1. 这是一个脚注 ↩︎ ↩︎

  2. 这是第二个脚注 ↩︎

  • Title: 博客测试页面
  • Author: Berrylium
  • Created at : 2024-11-04 17:01:34
  • Updated at : 2025-03-30 12:37:55
  • Link: https://berrylium0078.github.io/2024/11/04/blog-test/
  • License: This work is licensed under CC BY-NC-SA 4.0.
Comments