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.
This markdown, taken directly from the plugin Readme.