有关 Markdown 的语法可参考 Markdown Guide
列表
无序列表
- 粗体
- 斜体
- 粗体和斜体
有序列表
- First item
- Second item
- Third item
- Fourth item
引用
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
代码块及代码高亮
bash
hexo new "My New Post"
C 语言
#include <stdio.h>
int main(void) {
printf("Hello world\n");
return 0;
}
转义标记
比如 LaTeX
链接
有内容的链接
无内容的链接(URL 和 Email)
URL
图片

数学公式
行内公式
质能方程:
行间公式
黎曼 函数