yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

Mermaid not rendering on PDF, PNG, JPG #283

Closed CaBazaga closed 2 years ago

CaBazaga commented 2 years ago

This markdown, taken directly from the plugin Readme.

# mermaid test

```mermaid
stateDiagram
    [*] --> First
    state First {
        [*] --> second
        second --> [*]
    }


Does render on HTML but not on any other format, instead I get a "syntax error" image.
![Excel validation report](https://user-images.githubusercontent.com/86959571/168138821-bba5ef20-83a3-48af-ace6-1a33446668c6.png)

Sidenote: PlantUML works fine on all formats.
CaBazaga commented 2 years ago

Sorry, duplicated https://github.com/yzane/vscode-markdown-pdf/issues/204