Md 样式测试

h1

h2

h3

h4

h5
h6
  • 无序列表
    • 次级1
      • 次次级1
      • 次次级2
    • 次级2
    • 次级3
  • 无序列表
  1. 有序列表
  2. 有序列表
    1. 次级1
    2. 次级2
  3. 有序列表

一级引用

引用内容

引用内容

二级引用

引用内容

三级引用

引用内容

分割线




超链接

百度

谷歌

图片

行内代码块:println("Hello World")

多行代码块:

println("Hello World!!!!!!!!!!!!!!!!!")
println("Hello World")
println("Hello World")
println("Hello World")

表格

head head head
center left right
center left right
center left right

强调

em

strong

斜体加粗

删除线

行内Latex H(l+1)=σ(D~12A~D~12H(l)W(l))

多行 Latex

θ=arg minθLaug({Gi},{fθ(Gi)})θ=arg minθLaug({Gi},{fθ(Gi)})θ=arg minθLaug({Gi},{fθ(Gi)})θ=arg minθLaug({Gi},{fθ(Gi)})θ=arg minθLaug({Gi},{fθ(Gi)})ϕ=arg minθLutil(pϕ,{fθ(Gi)})

站内特殊内容

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");
}
我是答案