一、基本语法🎉
标题 🎉
#一级标题
##二级标题引用🎉
编辑这类教程文档很好用
列表🎉 1.无序列表
- 列表1
- 列表2
- 列表3
表格🎉
左对齐 居中对齐 右对齐 a b c 段落🎉
- 换行? —— 两个以上空格后回车/空一行
- 分割线 —— ***
- 字体
字体 代码 斜体 * * ==高亮== == == 粗体 ** ** 斜粗体 *** *** 删除~~ ~~ 下划线 <u> </u>
- 脚注 脚注脚注脚注脚注^1???
代码🎉
c++#include<iostream> #include<algorithm> #include<cstring> using namespace std; int main() { cout << "hello world" << endl; return 0; }
printf("hello world")
超链接🎉
- 更多markdown语法可以参考的网站
- 查看更多使用功能请点击链接
图片🎉
二、其他操作🎉
插入latex公式🎉
- 行内显示公式:
- 块内显示数学表达式:
- 行内显示公式:
插入mermaid