• Is this software still supported @terryl.in ? because when I try the software I don’t see a diagram of flowchart. Or do I do something wrong, that’s possible ??

    [mermaid]
    %%{init: {“flowchart”: {“htmlLabels”: false}} }%%
    flowchart LR
    markdown[“This **is** _Markdown_“]
    newLines[“Line1 Line 2 Line 3“]
    markdown –> newLines
    [/mermaid]

    [mermaid]
    graph TD
    A–>B;
    A–>C;
    B–>D;
    C–>D;
    [/mermaid]

  • The topic ‘Still supported?’ is closed to new replies.