Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 392 Bytes

File metadata and controls

45 lines (27 loc) · 392 Bytes

一级标题

二级标题

三级标题

有序列表:

  1. a
  2. b
  3. c

无序列表

  • 1
  • 2
  • 3

加粗

12

倾斜

12

行间公式 $$E(Y|x)=\int^{\infty}_{-\infty}yf(y|x)dy\text{…………(1)}$$

行内公式$E(Y|x)$

todo list

  • GFM task list 1
  • GFM task list 2

行间代码框

def main():
    print("hello world!")

行内代码框 python