Mermaid syntax
The syntax mermaid wont show in app, but on site it does show,
Anyone else can confirm and why this is happening? Perhaps not futured in the app?
Version of memos latest Version of moememos latest
Now create s new memo with syntax for mermaid: https://www.usememos.com/docs/guides/content-syntax#flowcharts
The output should be:
It shows correct in web;
But its rather like this in moememos app:
not sure of this but after a bit of research i dont think this is supported. (Someone else could confirm?)
The Android app currently doesn’t render extended syntax (LaTeX, Mermaid, etc.) that the web app supports. The root cause:
The Android build only handles basic markdown (plain text, lists, etc.)
It doesn’t include a rendering layer for advanced syntax or embedded JS libraries like Mermaid or LaTeX etc.