Skip to content

Generate PlantUML

1. Generate PlantUML ERD content

2. Wrapping UML up to the web server

  • Go to PlantUML Web Server
  • Paste the PlantUML content generated as above
  • Wait for a second and get the URL

3. Embedded the PlantUML URL into Markdown

![](https://www.plantuml.com/plantuml/dpng/{your-hash})

erd

Known Limitation💡

  • Plant UML connectors seem not to support to indicate the columns which are related to the Relationship
  • Left the question "How to automate the markdown image URL generated?" opened