I've been trying to get the plugin working successfully with mkdocs build and am coming across an unusual bug. All diagrams seem to be rendered with no text in them, but the diagram appears to generate.
Example code and output (Backslash to prevent github processing the closing ticks):
```mermaid
flowchart TB
test --> test2
\```

I've been trying to get the plugin working successfully with
mkdocs buildand am coming across an unusual bug. All diagrams seem to be rendered with no text in them, but the diagram appears to generate.Example code and output (Backslash to prevent github processing the closing ticks):