asciidoctor / asciidoctor-intellij-plugin

AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)
https://intellij-asciidoc-plugin.ahus1.de/
Apache License 2.0
348 stars 146 forks source link

Error use mermaid diagram #1190

Closed sercheo87 closed 1 year ago

sercheo87 commented 1 year ago

Observed vs. expected behavior

Error on rederize of mermaid plugin

Steps to reproduce

Create file demo.adoc

Put this code

[mermaid]
----
sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!
----

image

Environment

Plugin Version: 0.37.52

IntelliJ Details: 2022.2.3 (Ultimate Edition)

ahus1 commented 1 year ago

Hi @sercheo87 - to use Mermaid diagrams, there are two choices:

There's already an issue #1199 to support it "out of the box", without additional add-ons.

sercheo87 commented 1 year ago

Hello @ahus1 , with the configuration of Kroki I don't have any more problems. But using it with a local installation did not work for me on Windows 10.

Thanks.

ahus1 commented 1 year ago

Happy to hear that it now works for you. Sorry it took me so long to respond.