We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlantUML extension 2.13.1
No other extensions enabled
PlantUML server running on 8080 in Docker container from image plantuml/plantuml-server:jetty
plantuml/plantuml-server:jetty
VS Code version details:
Version: 1.40.0 Commit: 86405ea23e3937316009fc27c9361deee66ffbf5 Date: 2019-11-06T17:09:34.601Z Electron: 6.1.2 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Darwin x64 19.0.0
Markdown document:
# Demo ```plantuml @startuml testdot @enduml ```
settings.json:
settings.json
{ "[markdown]": {}, "plantuml.render": "PlantUMLServer", "plantuml.server": "http://localhost:8080" }
If I delete the fenced code block, VS code's Markdown preview works. If I put it back, the preview stops updating.
The text was updated successfully, but these errors were encountered:
fix markdown rendering, #271
5348465
pls update
Sorry, something went wrong.
No branches or pull requests
PlantUML extension 2.13.1
No other extensions enabled
PlantUML server running on 8080 in Docker container from image
plantuml/plantuml-server:jetty
VS Code version details:
Markdown document:
settings.json
:If I delete the fenced code block, VS code's Markdown preview works. If I put it back, the preview stops updating.
The text was updated successfully, but these errors were encountered: