这是一个二级标题

这是一个三级标题

无序表

  • Red
  • Green
  • Blue

有序表

  1. Red
  2. Green
  3. Blue

来一段引用吧

我是可爱的斜体,整个世界为我倾倒啊

胖子什么的最显眼了

Tables Are Cool
表格 很帅 有木有
我要 再来 一行

代码框也是很有必要的,是不是啊!我要的颜色不是你都有!

1.use std::f64;
2.use std::num::atan;
3.fn angle(vector: (f64, f64)) -> f64 {
4. let pi = f64::consts::PI;
5. match vector {
6. (0.0, y) if y < 0.0 => 1.5 * pi,
7. (0.0, _) => 0.5 * pi,
8. (x, y) => atan(y / x)
9. }
10.}

就算不要节操,也不能不看妹纸!

妹纸图伺候!

博客园Markdown测试

妹纸什么的还是少看!:smile:该做做数学了!

 

Emoji何尝不可!

a task list item
list syntax required
normal formatting, @mentions, #1234 refs
incomplete
completed

所以你发现我的博客地址了么?

 
 

相关文章:

  • 2021-09-10
  • 2022-01-18
  • 2022-12-23
  • 2021-09-29
  • 2021-05-19
  • 2021-05-27
  • 2021-11-14
猜你喜欢
  • 2022-03-03
  • 2021-08-17
  • 2022-03-07
  • 2022-01-20
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
相关资源
相似解决方案