-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Many thanks for this great addition to markdown in general which allows to render PDF just fine!
I would like to use either  or some flowchart style option to add images to flowchart boxes / connections.
I already tried default markdown syntax and also background-image: url("img/image.fmt"); css style of an otherwise scaled box.
```mermaid
flowchart TD
step1("Step 1. ")
step2("Step 2. ")
step1 -->|"1.-2. "| step2
style step1 fill:#f9f,stroke:#333,stroke-width:4px,background-image: url("img/image.fmt")
linkStyle "1.-2. " step1 fill:#f9f,stroke:#333,stroke-width:4px,background-image: url("img/image.fmt")
\```
I have tried both and neither of the two methods works for me:
- the box descriptions are interpreted / remain literal
- the
linkStyleandstyleproperties remain ignored
You should remove the \ to have a working example.
Metadata
Metadata
Assignees
Labels
No labels