### Search first - [x] I searched and no similar issues were found ### What Happened? When we open a macro on the right side bar, only the micro tech is shown. ### Reproduce the Bug 1. Install the mermaid plug-in. 2. Generate a mermaid note using this example. ```mermaid clgraph TD A[Start] --> B{Decision} B -->|Yes| C[Action] B -->|No| D[End] ``` 3. Observe the issue when the node is opened on the right side bar <img width="691" height="377" alt="Image" src="https://github.com/user-attachments/assets/67d29fd5-ae55-40fd-b9b8-3be5354e8e61" /> ### Expected Behavior Macros on nodes should be rendered when opened on the right side ### Files _No response_ ### Browser, Desktop or Mobile Platform Information macOS logseq DB 2.0.1 ### Additional Context _No response_ ### Are you willing to submit a PR? If you know how to fix the bug. - [ ] I'm willing to submit a PR (Thank you!)