欢迎来到我的博客
这是我的第一篇文章,使用 Org-roam + Hugo 生成!
Org Mode 的一些特性
- 列表
- test1
- test2
- test3
- 表格
col1 col2 test test2 test3 test4 - 代码块
#include <stdio.h> int main(){ printf("Hello, world!"); return 0; }
这是我的第一篇文章,使用 Org-roam + Hugo 生成!
| col1 | col2 |
|---|---|
| test | test2 |
| test3 | test4 |
#include <stdio.h>
int main(){
printf("Hello, world!");
return 0;
}