Sign in
Log inSign up

Creating UML diagrams in markdown editor

Rahul kumar's photo
Rahul kumar
·Oct 24, 2021·

1 min read

The Unified Modeling Language is a general-purpose, developmental, modelling language in the field of software engineering that is intended to provide a standard way to visualize the design of a system.

How to create plantuml UML diagram in markdown editor?

Go to this editor, and paste the below content.

$$uml
skinparam backgroundcolor transparent
Bob->Alice : Hello!
$$

To learn more about syntax visit here

Thanku