huterguier / obsidian-mehrmaid

MIT License
19 stars 2 forks source link

What about other diagrams? (sequenceDiagram, classDiagram, etc, etc) #7

Open laviserva opened 1 month ago

laviserva commented 1 month ago

I'm designing architecture with formal models, and i'd like to use md and math, but it seems to be not possible.

I tried lot of combinations but none worked, example:

sequenceDiagram
    participant A as Alice
    participant J as John
    msj("$\bar Hello John, how are you?$")

    A ->> J: msj

What it's wrong?