Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 371 Bytes

create_uml_diagrams.md

File metadata and controls

21 lines (13 loc) · 371 Bytes

Create UML Diagrams in VSCode using PlatUML

Writing a basic PlantUML script in Markdown

  • Name your file your_file.md
  • Inside the file
@startuml

{your plantuml script here}

@enduml

This project