vscode-markdown-preview-enhanced
vscode-markdown-preview-enhanced copied to clipboard
Render of PlantUML using the "markdown-preview-enhanced.plantumlServer" FAILS
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:
However, when I attempt to preview my markdown document, it looks like this:
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
I can confirm that i am facing the same issue with a local plantuml server and markdown preview enhanced
face the same issue with a remote plantuml server https://www.plantuml.com/plantuml
I can confirm that i am facing the same issue with a local plantuml server and markdown preview enhanced
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?
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.
can confirm here, use remote plantuml server: http://www.plantuml.com/plantuml
I don't wish to use the public plantuml server because I would like the data to remain private.
facing similar. Changing different preview security settings, such as disabling it also did not work.