Mermaid - Not displaying flowcharts

Hello,

I am a newbie and trying to use Mermaid in latest version of Devonthink 3.8. I have it turned on in preferences and Javascript is enabled in preferences. I tried a simple flowchart and it did not work:

flowchart TD
Start → Stop

I tried Mathjax to see if this is an issue with javascript but that renders correctly.

Appreciate help.

Thanks

The code has to be enclosed like this…

```mermaid
code
```

That worked. Thanks for your help.

PS: Help > Documentation > Documents > Markdown Documents > Markdown Extensions > Mermaid

Thanks @BLUEFROG for link to the documentation. Appreciate it.

My pleasure :slight_smile: