hackmdio / vscode-hackmd

The official HackMD VScode extension!
https://marketplace.visualstudio.com/items?itemName=HackMD.vscode-hackmd
MIT License
132 stars 14 forks source link

Using "Background Highlighting" will crash Mermaid's sequence diagrams #11

Closed superj80820 closed 4 years ago

superj80820 commented 4 years ago

Environment:

  1. VScode 14.43.1
  2. HackMD extensions 1.0.2

Reproduced:

sequenceDiagram
  rect rgba(0, 0, 255, .1)
    a->> b: test
end

Test results:

image

image