Skip to content
New issue

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

Extension prevents markdown preview #271

Closed
garthk opened this issue Nov 11, 2019 · 1 comment
Closed

Extension prevents markdown preview #271

garthk opened this issue Nov 11, 2019 · 1 comment

Comments

@garthk
Copy link

garthk commented Nov 11, 2019

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:

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:

{
    "[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.

qjebbs added a commit that referenced this issue Nov 11, 2019
@qjebbs
Copy link
Owner

qjebbs commented Nov 11, 2019

pls update

@qjebbs qjebbs closed this as completed Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants