0.8.20
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
- Now exporting files won't include the source map.
- Fixed some Reveal.js presentation related bugs: