Md 样式测试
|
2024-05-13 |
|
|
|
h1
h2
h3
h4
h5
h6
- 无序列表
- 次级1
- 次次级1
- 次次级2
- 次级2
- 次级3
- 次级1
- 无序列表
- 有序列表
- 有序列表
- 次级1
- 次级2
- 有序列表
![]()
一级引用
引用内容
引用内容
![]()
二级引用
引用内容
![]()
三级引用
引用内容
分割线
超链接
图片
行内代码块:println("Hello World")
多行代码块:
|
表格
head | head | head |
---|---|---|
center | left | right |
center | left | right |
center | left | right |
强调
em
strong
斜体加粗
删除线
行内Latex
多行 Latex
站内特殊内容
println("Hello World")
#include <iostream>
using namespace std;
int main() {
cout << "Hello world"<< endl;
}
import "fmts"
func main() {
fmts.Println("Hello World")
}
public static void main(String[] args) {
system.out.println("Hello World");
}
fn main() {
println!("Hello World");
}