benjypng / logseq-mermaid-plugin

Create mermaid diagrams in image format on-the-fly.
MIT License
94 stars 8 forks source link

Some graph type not rendering, despite manual creating working on mermaid.ink #6

Closed emms007 closed 2 years ago

emms007 commented 2 years ago

Hello,

I can run "graph TD" without any problem, so I assume plugin installation is OK. Upon running "sequence Diagram", the img tag is generated but the image link returns a "not found image".

Could be that the link is truncated? Example source: ` sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!

`

benjypng commented 2 years ago

Please update to v1.1.1 and try again

emms007 commented 2 years ago

... and we're good ! congratulations (again)!