vscode asciidoc 中的 plantuml 不显示问题

成功效果:

vscode asciidoc 中的 plantuml 不显示问题_第1张图片

不成功的效果:

vscode asciidoc 中的 plantuml 不显示问题_第2张图片

 vs code中 ctrl+shift+p ,打开用户设置JSON,尾部加上属性如下

"asciidoc.preview.attributes": {
  "plantuml-server-url": "http://plantuml.com/plantuml"
}

此目的为配置uml远程生成的服务器地址

再 ctrl+shift+p

screeenshot

vscode asciidoc 中的 plantuml 不显示问题_第3张图片

允许显示不安全内容

最后打开 asciidoc 的

vscode asciidoc 中的 plantuml 不显示问题_第4张图片

 This extension supports a wide range of diagrams from BPMN to Graphviz to PlantUML and Vega graphs using kroki and asciidoctor-kroki.

参考:Preview AsciiDoc with embedded PlantUML in VS Code

你可能感兴趣的:(其它笔记,vscode,ide,编辑器)