generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels