typora / typora-issues

Bugs, suggestions or free discussions about the minimal markdown editor — Typora
https://typora.io
1.53k stars 58 forks source link

Mermaid options not work #4384

Closed sinomoe closed 3 years ago

sinomoe commented 3 years ago

typora version: 0.10.9(5330) OS version: macOS 11.2.3

Following the instuctrions on flowchart curve and Custom CSS, I add the css below into base.user.css

:root {
    –-mermaid-flowchart-curve: basis; /*not work*/
    --sequence-theme: hand; /*it works*/
}

The result is that the first line not work and second line works, I run typora 0.10.9(5330) on macOS 11.2.3, Thx for your helps!

abnerlee commented 3 years ago

--mermaid-flowchart-curve, use "-" not "–"