ひとりマーメイド24日目
変な図をいっぱい作って遊ぶ
概要
マーメイドエンジニアのひろきです。こんにちは。
最近流行り(流行らせたい)のマーメイドについて理解を深めていこうと思います。
ひとりマーメイドの執筆を通してマーメイドの記法を深く理解することができたので、今日は変な図をいっぱい作ってみたいと思います。
↓↓前回の記事はこちら
かきかき
mermaid
graph LR
a((a))-->b((b))
b-->c((c))
b-->d((d))
a-->a
c-->b
c-->a
d-->d
a-->d
ねじねじ
mermaid
flowchart
a(( )) --- b(( )) --- c(( )) --- d(( )) --- e(( )) --- f(( )) --- g(( )) --- h(( ))
i(( )) --- j(( )) --- k(( )) --- l(( )) --- m(( )) --- n(( )) --- o(( )) --- p(( ))
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
a --- b --- c --- d --- e --- f --- g --- h
もりもり
mermaid
erDiagram
top ||--|| a: ""
top ||--|| b: ""
top ||--|| c: ""
top ||--|| d: ""
top ||--|| e: ""
top ||--|| f: ""
top ||--|| g: ""
a ||--|| tail: ""
b ||--|| tail: ""
c ||--|| tail: ""
d ||--|| tail: ""
e ||--|| tail: ""
f ||--|| tail: ""
g ||--|| tail: ""
わくわく
mermaid
flowchart
no1(( )) --- no2(( )) & no3(( )) --- no4(( ))
no5(( )) --- no3 & no6(( )) --- no7(( ))
no8(( )) --- no6 & no9(( )) --- no10(( ))
no11(( )) --- no9 & no12(( )) --- no13(( ))
no4 --- no14(( )) & no15(( )) --- no16(( ))
no7 --- no15 & no17(( )) --- no18(( ))
no10 --- no17 & no19(( )) --- no20(( ))
no13 --- no19 & no21(( )) --- no22(( ))
no16 --- no23(( )) & no24(( )) --- no25(( ))
no18 --- no24 & no26(( )) --- no27(( ))
no20 --- no26 & no28(( )) --- no29(( ))
no22 --- no28 & no30(( )) --- no31(( ))
no32(( )) --- no12 & no33(( )) --- no34(( ))
no35(( )) --- no33 & no36(( )) --- no37(( ))
no38(( )) --- no36 & no39(( )) --- no40(( ))
no41(( )) --- no39 & no42(( )) --- no43(( ))
no34 --- no21 & no44(( )) --- no45(( ))
no37 --- no44 & no46(( )) --- no47(( ))
no40 --- no46 & no48(( )) --- no49(( ))
no43 --- no48 & no50(( )) --- no51(( ))
no45 --- no30 & no52(( )) --- no53(( ))
no47 --- no52(( )) & no54(( )) --- no55(( ))
no49 --- no54(( )) & no56(( )) --- no57(( ))
no51 --- no56(( )) & no58(( )) --- no59(( ))
うぉー
mermaid
erDiagram
A ||--|| B: ""
B ||--|| C: ""
C ||--|| D: ""
D ||--|| a: ""
D ||--|| b: ""
D ||--|| c: ""
D ||--|| d: ""
D ||--|| e: ""
D ||--|| f: ""
D ||--|| g: ""
a ||--|| E: ""
b ||--|| E: ""
c ||--|| E: ""
d ||--|| E: ""
e ||--|| E: ""
f ||--|| E: ""
g ||--|| E: ""
A ||--|| a: ""
A ||--|| b: ""
A ||--|| c: ""
A ||--|| e: ""
A ||--|| f: ""
A ||--|| g: ""
B ||--|| a: ""
B ||--|| b: ""
B ||--|| c: ""
B ||--|| e: ""
B ||--|| f: ""
B ||--|| g: ""
C ||--|| a: ""
C ||--|| b: ""
C ||--|| c: ""
C ||--|| e: ""
C ||--|| f: ""
C ||--|| g: ""
うにゃー
mermaid
gitGraph
commit
commit
branch develop
checkout develop
commit
branch feature_1
checkout feature_1
commit
branch feature_2
checkout feature_2
commit
commit
checkout develop
commit
commit
branch feature_3
checkout feature_3
commit
checkout feature_1
commit
merge feature_3
checkout develop
merge feature_1
commit
commit
checkout feature_3
commit
checkout feature_1
merge feature_3
checkout develop
merge feature_3
checkout feature_1
commit
branch feature_4
checkout feature_4
commit
checkout feature_3
commit
checkout feature_4
merge feature_3
checkout main
merge develop
commit
checkout feature_2
merge feature_4
merge feature_3
commit
commit
mermaid
mindmap
top((top))
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
まとめ
たのしかったです。
↓↓次回の記事はこちら!!