二级标题
三级标题
四级标题
五级标题
六级标题
Markdown基本及附加功能测试
这是一段基本Markdown格式的文字,包含加粗、斜体、斜体加粗、HTML下划线
、引用部分
嵌套引用
引用内标题
无序列表
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
有序列表
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
引用斜体, 引用加粗和
引用删除线引用代码块
c++#include <bits/stdc++.h> using namespace std; int main(int argc, char **argv) { cout << "Hello, valaxy!" << endl; return 0; }
无序列表
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
有序列表
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
代码块
c++
#include <bits/stdc++.h>
using namespace std;
int main(int argc, char **argv) {
cout << "Hello, valaxy!" << endl;
return 0;
}
代码行高亮
c++
#include <bits/stdc++.h>
using namespace std;
int main(int argc, char **argv) {
cout << "Hello, valaxy!" << endl;
return 0;
}
js
export default {
data () {
return {
msg: 'Removed'
msg: 'Added'
}
}
}
js
export default {
data () {
return {
msg: 'Error',
msg: 'Warning'
}
}
}
容器
:::
TIP提示
tip
WARNING注意
warning
DANGER警告
danger
INFO信息
info
Click to expand
Details Content
单行代码sudo vim /etc/resolv.conf
超链接 valaxy
图片

Emoji 🎉
Katax
When , there are two solutions to and they are
Maxwell’s equations:
equation | description |
---|---|
divergence of is zero | |
curl of is proportional to the rate of change of | |
wha? |
mermaid
UnoCSS


扩展阅读
[2]Markdown Extension - Valaxy