Skip to content

Instantly share code, notes, and snippets.

@serhii-ilin
Created January 29, 2021 21:11
Show Gist options
  • Save serhii-ilin/141d577c272014e2e49707e67494c702 to your computer and use it in GitHub Desktop.
Save serhii-ilin/141d577c272014e2e49707e67494c702 to your computer and use it in GitHub Desktop.
Regular **Markdown** here.
<div hidden>
```
@startuml firstDiagram
Alice -> Bob: Hello
Bob -> Alice: Hi!
@enduml
```
</div>
![](firstDiagram.svg)
Some more markdown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment