🚀 Bear 2.9.2 Mermaid Diagram Support

Thanks for the quick response! I’m asking about Mermaid styling or formatting. Using the Frontmatter syntax, my diagrams aren’t taking on the styling I’m using as a directive. I was able to change the title using Frontmatter on a couple of diagram types, but the styling didn’t actually change.

I’d like to be able to do something like this (and have the elements update accordingly with those styles)…

---
config:
  theme: 'base'
  themeVariables:
    primaryColor: '#BB2528'
    primaryTextColor: '#fff'
    primaryBorderColor: '#7C0000'
    lineColor: '#F8B229'
    secondaryColor: '#006100'
    tertiaryColor: '#fff'
---
        graph TD
          A[Christmas] -->|Get money| B(Go shopping)
          B --> C{Let me think}
          B --> G[/Another/]
          C ==>|One| D[Laptop]
          C -->|Two| E[iPhone]
          C -->|Three| F[fa:fa-car Car]
          subgraph section
            C
            D
            E
            F
            G
          end

Please consider adding this support in future releases. Nevertheless, Mermaid is an OUTSTANDING addition to Bear. Thank you for it!