How to Create UML in Markdown

Import yuml class format

![](http://yuml.me/diagram/boring/class/[...])

Create your own class

Person|Name: string;Age: byte;Height: float;Weight: byte;|Walk();Talk();Eat();Sleep()

Insert into your own class text then create yuml class

![](http://yuml.me/diagram/boring/class/[Person|Name: string;Age: byte;Height: float;Weight: byte;|Walk();Talk();Eat();Sleep()])

Person class demo

![](http://yuml.me/diagram/boring/class/[Person|Name: string;Age: byte;Height: float;Weight: byte;|Walk();Talk();Eat();Sleep()])

Import yuml usecase format

![](http://yuml.me/diagram/boring/usecase/[...])

Create yuml usecase

![](http://yuml.me/diagram/boring/usecase/[customer])

Customer usecase demo

More usage in yuml website

posted @ 2017-12-11 05:00  jarodli  阅读(110)  评论(0编辑  收藏  举报