esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
618 stars 111 forks source link

Support for mkdocs_puml #384

Closed frague59 closed 1 year ago

frague59 commented 1 year ago

Hi,

Thanks for your great and useful plugin !

I'm using mkdocs_puml for plantuml integration into my mkdocs generated user docs.

This plugin allow to use this syntax:

    ```puml
    @startuml
    Alice -> Bob
    @enduml 


I' would be nice to render such declared plantuml diagrams with the plantuml2idea plugin !

Thanks ! 
krasa commented 1 year ago

It is rendered in the toolwindow

image

frague59 commented 1 year ago

Yes, of course, but not rendered in the markdown preview:

Capture d’écran du 2023-03-24 11-52-11

It should be very nice, thanks !

krasa commented 1 year ago

that is a matter of markdown plugin itself

frague59 commented 1 year ago

OK, thanks !

frague59 commented 1 year ago

... I've found I'm able to use plantuml with the markdown plugin from JetBrains - It works ! Sorry for the noise !