wicksome / test

for git test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme.mda 동해물과 백두산이 마르고 닳도록 하느님이 보우하사 우리나라 만세

test

test

Sequence diagram with lang uml

@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml

State diagram with lang puml

@startuml
[*] --> State1
State1 --> [*]
State1 : this is a string
State1 : this is another string
State1 -> State2
State2 --> [*]
@enduml

Code block without lang uml

@startuml
Foo -> Bar
@enduml

uml code block does not starts with @start

foo
bar
baz

About

for git test


Languages

Language:C 52.8%Language:Shell 17.8%Language:Roff 16.5%Language:CSS 9.1%Language:Makefile 1.3%Language:Perl 1.2%Language:Python 1.0%Language:JavaScript 0.2%Language:HTML 0.1%