asciidoctor / asciidoctor-vscode

AsciiDoc support for Visual Studio Code using Asciidoctor
Other
331 stars 97 forks source link

Pikchr diagram doesn't work? #419

Closed chtenb closed 3 years ago

chtenb commented 3 years ago

image

As you can see in the screenshot, other diagrams seem to work fine. What strikes me is that [blockdiag] is colored blue, while [pikchr] is not. Does this diagram type still need to be registered in this plugin or something?

ggrossetie commented 3 years ago

You are correct, pikchr support was just released in https://github.com/Mogztter/asciidoctor-kroki/releases/tag/v0.13.0

That's the reason why the block is not recognized.

We need to update the version in the package.json:

https://github.com/asciidoctor/asciidoctor-vscode/blob/8d7c8b8fbed0b826705daadbd4592481d2e808d7/package.json#L494