There seems to be some kind of rendering issue when nodes contain emoji. Take this diagram as an example: ``` graph TB a["馃搫 a"] b["a"] a --> b ``` ```mermaid graph TB a["馃搫 a"] b["a"] a --> b ``` When rendered by Kroki, the `a` appears cropped: <img width="90" height="173" alt="Image" src="https://github.com/user-attachments/assets/239692d8-04dd-428d-94a0-729496366e85" /> https://kroki.io/mermaid/svg/eNpLL0osyFAIceJSAILEaKUP8ye3KCQqxYL5SdFKMGaigq6unUISAEUlDEU=
There seems to be some kind of rendering issue when nodes contain emoji. Take this diagram as an example:
graph TB a["馃搫 a"] b["a"] a --> bWhen rendered by Kroki, the
aappears cropped:https://kroki.io/mermaid/svg/eNpLL0osyFAIceJSAILEaKUP8ye3KCQqxYL5SdFKMGaigq6unUISAEUlDEU=