vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
812 stars 129 forks source link

MD on PyCharm, export Plantuml to PDF problem. #900

Open GuillaumeSchmid opened 3 years ago

GuillaumeSchmid commented 3 years ago

Hello, I cannot export plantuml to PDF any more, I only have the code on the diagram instead of the image. I changed the fenced options for html generation( don't know if it is related to pdf), I used the bundled library option, as well as graphizo and kroki, but I could not make it work. I use pycharm 2020.2 with latest stable MD nav. A while ago, I could generate PDFs with a ton of plantuml graphs. Have I missed a new option ?

Yours, Guillaume.

rodgers-mmsi commented 3 years ago

Similar problem. After the recent updates to PlantUML, many of my UML diagrams don't render with the version of the embedded library.

Specifically, any of the C4 diagrams that use Ricardo Niepel's library - https://github.com/plantuml-stdlib/C4-PlantUML.

I've fixed my PlantUML to conform to the latest spec, and they now render correctly using the lastest library, including in a VS Code preview using a local PlantUML Server.

One possible solution would be allow us to configure the plugin to call a PlantUML server to render it to an image.

NightFarmer commented 2 years ago

the same question, waiting for explanation