文章

第一篇博客-这是一些md语法

那就来记一些东西吧(●’◡’●)

这是标题写法

  • 大圆点写法

链接写法

代码写法

1
长代码,可copy。

这个是这种

(写不动了,下面偷懒了)1

  1. a
  2. b
  3. c
  4. d
  • 1
  • 2
  • 3
  • 4
title1 title2 title3 title4 title5 title6 title7 title8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8

这是绿色样式

这是黄色样式

这是红色样式

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail!
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!

When $a \ne 0$, there are two solutions to $ax^2 + bx + c = 0$ and they are

\[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\]
本文由作者按照 CC BY 4.0 进行授权