Skip to content

export to markdown does not create generated images #79

@bdrewery

Description

@bdrewery

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
```

output

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.

![bob_and_alice](bob_and_alice.puml)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions