This is just a test. I want to see if Obsidian Publish would render a mermaid diagram. If you see the very simple diagram below, then you know it works. ```mermaid graph TD A[START] --> B{Is it working?} B -- Yes --> C[Great!] B -- No --> D[Debug] D --> B style A fill:#7c3aed,stroke:#5b21b6,stroke-width:2px style C fill:#059669,stroke:#047857,stroke-width:2px style D fill:#b91c1c,stroke:#991b1b,stroke-width:2px ``` ## Result Success! Now this has me wondering what other injections are now supported. I would assume that Bases are functional with Publish. Maybe I need to learn Bases next...