などなど...
graph LR
A --> B
C(C) --> D{中身}
E --0--> F
E --1--> G
gitGraph
commit
commit
branch development
commit
commit
checkout main
commit
merge development
commit
erDiagram
Courses ||--o{ Resources : ""
Courses {
int id
int course_id
string course_name
int status
}
Resources {
int course_id
string resourse_name
int size_mb
}
gantt
title アプリ開発
section ローカル
準備 :a1 ,2022-05-27 ,1d
開発 :a2 ,after a1 ,3d
section サーバ上
デプロイ :b1 ,after a2 ,3d
テスト、デバッグ :b2 ,after b1 ,4d
リリース :b4 ,after b2 ,1d