Closed traymi closed 3 years ago
Do 'obsidian-codemirror-options' support mermaid ? how to set mermaid ?
Oh, sorry about that. Those buttons aren't from my plugin. I set those up using the cMenu plugin which allows you to map commands to icons.
Mermaid is not currently supported natively but you can wrap your mermaid chart in an admonition (assuming you use the admonition plugin) as a work around like this:
````ad-info
```mermaid
<mermaid code goes here>
Thank you for solving my problem. Thank you so much
How to set up to see “ the 'CODE' and 'HTML' buttons” ? I have opened all the settings in CodeMirror Options,And did not see any button display at the bottom ( I use is [Blue topaz] theme ) . Did I set something wrong?