一级标题

二级标题

三级标题

四级标题

  • 无序列表
  • 无序列表1
  1. 有序列表
  2. 有序列表2
    1
    代码框
1
2
3
4
5
6
7
8
//上面是高亮类型
#include <bits/stdc++.h>
using namespace std;
int main(){
ios::sync_with_stdio(false),cin.tie(0),cout.tie(0);
return 0;
}
//代码高亮的代码框

链接
图片

正文文字

1
2
3
4
5
hexo cl 删除缓存(public文件夹
hexo g 生成博客文件(public文件夹
hexo d 上传至GitHub(public文件夹
hexo s 预览
终端用;cmd用&& 可以连接执行多行代码