Skip to content

0.8.20

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 14:15
f4c9c12

New features

  • Supported prefix in front of Kroki diagram types shd101wyy/vscode-markdown-preview-enhanced#1785.
    So now all diagrams below will get rendered using Kroki:

    ```kroki-plantuml
    @startuml
    A -> B
    @enduml
    ```
    
    ```plantuml {kroki=true}
    @startuml
    A -> B
    @enduml
    ```
  • Improved the source map handling for @import "..." syntax.

Bug fixes