shd101wyy / vscode-markdown-preview-enhanced

One of the "BEST" markdown preview extensions for Visual Studio Code
https://shd101wyy.github.io/markdown-preview-enhanced
Other
1.47k stars 173 forks source link

Render of PlantUML using the "markdown-preview-enhanced.plantumlServer" FAILS #837

Open asilverman opened 2 years ago

asilverman commented 2 years ago

Hi, I tried to use this by running a plantuml server locally from docker (docker run -d -p 8888:8080 plantuml/plantuml-server:jetty) and specifiying the following settings.json:

{
    "plantuml.server": "http://localhost:8888",
    "plantuml.render": "PlantUMLServer",
    "markdown-preview-enhanced.plantumlServer": "http://localhost:8888/svg/",
}

As described below in the features: image

However, when I attempt to preview my markdown document, it looks like this: image

Additional Info:

$ docker ps
CONTAINER ID   IMAGE                            COMMAND                  CREATED          STATUS          PORTS                       NAMES
c95d0d3e4b64   plantuml/plantuml-server:jetty   "/entrypoint.sh"         45 minutes ago   Up 45 minutes   0.0.0.0:8888->8080/tcp      romantic_raman
bharatrajagopalan commented 2 years ago

I can confirm that i am facing the same issue with a local plantuml server and markdown preview enhanced

mayenjoy commented 2 years ago

face the same issue with a remote plantuml server https://www.plantuml.com/plantuml

dingjun606 commented 2 years ago

I can confirm that i am facing the same issue with a local plantuml server and markdown preview enhanced

dainbrump commented 1 year ago

Confirmed here also. I've tried a local server in docker, local server hosted and the remote server. Same issue across the board. Is there any movement here?

yuercl commented 1 year ago

Confirmed here also. I've tried a local server in docker, local server hosted and the remote server. Same issue across the board. Is there any movement here?

This maybe help.

image
rjwaltz commented 1 year ago

can confirm here, use remote plantuml server: http://www.plantuml.com/plantuml

asilverman commented 1 year ago

I don't wish to use the public plantuml server because I would like the data to remain private.

pramit-live commented 12 months ago

facing similar. Changing different preview security settings, such as disabling it also did not work.