Skip to content

Instantly share code, notes, and snippets.

@ldziedziul
Last active December 8, 2020 21:03
Show Gist options
  • Select an option

  • Save ldziedziul/76e0cc2a53a3b2d00c5809238f9b3d92 to your computer and use it in GitHub Desktop.

Select an option

Save ldziedziul/76e0cc2a53a3b2d00c5809238f9b3d92 to your computer and use it in GitHub Desktop.

Just a test of the plantuml inside the markdown file

@startuml component
actor client
node app
database db

db -> app
app -> client
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment