mirror of
https://github.com/bpmbpm/doc.git
synced 2026-05-05 23:37:09 +00:00
Update example.md
This commit is contained in:
parent
80d6328f12
commit
17f7e8930a
1 changed files with 17 additions and 3 deletions
|
|
@ -1,6 +1,20 @@
|
|||
### PlantUML
|
||||
в md-файле можно написать:
|
||||
|
||||
``` plantuml
|
||||
Bob -> Alice : hello Alice -> Bob : hi
|
||||
рендеринг *.iuml файлов
|
||||
- https://github.com/marketplace/actions/plantuml-for-markdown
|
||||
- https://github.com/jonashackt/plantuml-markdown
|
||||
|
||||
|
||||
? в md-файле можно написать:
|
||||
|
||||
```plantuml
|
||||
@startuml
|
||||
Bob -> Alice : hello
|
||||
@enduml
|
||||
```
|
||||
|
||||
https://github.com/jonashackt/plantuml-markdown
|
||||
https://github.com/plantuml/plantuml
|
||||
|
||||
### example
|
||||
https://github.com/okunev-e/plantuml_examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue