Here is an inline example, ,

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

我结合着这个视频: https://www.bilibili.com/video/BV1344y1K7Y7

note

Highlights information that users should take into account, even when skimming.

tip

Optional information to help a user be more successful.

important

Crucial information necessary for users to succeed.

warning

Critical content demanding immediate user attention due to potential risks.

caution

Negative potential consequences of an action.