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 converting to PDF #315

Open Erekieel opened 1 year ago

Erekieel commented 1 year ago

Mermaid version: 9.4.3 / 9.4.0

Hi, I have diagram like this:

image (Mermaid live editor)

But when I'm trying to convert to pdf/html with the same code, I've got syntax error.

I found out that problem is with annotation

image

Without it seems works, but I really want to use them.

Is annotations not compatible?