MoeMemosAndroid icon indicating copy to clipboard operation
MoeMemosAndroid copied to clipboard

Mermaid syntax

Open vibbe opened this issue 2 months ago • 1 comments

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: Screenshot_20251013-204427_Firefox.png

It shows correct in web; But its rather like this in moememos app: Screenshot_20251013-205315_MoeMemos.png

vibbe avatar Oct 13 '25 19:10 vibbe

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.

vibbe avatar Oct 13 '25 19:10 vibbe