Example: https://github.com/joethei/obsidian-plantuml?tab=readme-ov-file#examples
```plantuml
Bob -> Alice : hello
Alice -> Wonderland: hello
Wonderland -> next: hello
next -> Last: hello
Last -> next: hello
next -> Wonderland : hello
Wonderland -> Alice : hello
Alice -> Bob: hello
```

With "export to HTML" an image is inlined in the HTML. With "export to markdown" no external file is generated.
Likewise the following does not generate an image in the export either.

Example: https://github.com/joethei/obsidian-plantuml?tab=readme-ov-file#examples
With "export to HTML" an image is inlined in the HTML. With "export to markdown" no external file is generated.
Likewise the following does not generate an image in the export either.