Plantuml and Mermaid with org-mode
# Resources
# Basic Usage
- Use code block syntax
- Use
:file
header to render the results below, by evaluating the codeblock. The+results:
section will be created automatically along with a png and SPC m ,=
(org-ctrl-c-ctrl-c) press inside the codeblock to evaluate.SPC m T i
(org-toggle-inline-images) to show the image result.
Alice -> Bobby: synchronous call Alice ->> Bobby: asynchronous call
# Mermaid alternative
https://github.com/apmiller108/mermaid-layer
--- title: Order example --- erDiagram CUSTOMER ||--o{ ORDER : places ORDER ||--|{ LINE-ITEM : contains CUSTOMER }|..|{ DELIVERY-ADDRESS : uses