markup icon indicating copy to clipboard operation
markup copied to clipboard

Add rendering of Mermaid diagrams

Open FerLuisxd opened this issue 4 years ago • 5 comments

Mermaid allow the rendering of diagrams from markdown-like text snippets. Code-highlighting could be reused to render them when setting mermaid as the languaje.

FerLuisxd avatar Feb 12 '21 23:02 FerLuisxd

#533

FerLuisxd avatar Feb 12 '21 23:02 FerLuisxd

+11 for this feature

This is an important feature!

Graph LR

ClassDef red fill:#e33,color:#3ee,stroke:#3ee,stroke-width:2px;
ClassDef grn fill:#3e3,color:#e3e,stroke:#e3e,stroke-width:2px;
ClassDef blu fill:#33e,color:#ee3,stroke:#ee3,stroke-width:2px;

style box fill:#3e3,color:#e3e,stroke:#e3e,stroke-width:2px;

Subgraph box[My Box]
A:::red --> B:::grn --> C:::blu
End

linkstyle 0 fill:#e33,color:#3ee,stroke:#3ee,stroke-width:2px;
linkstyle 1 fill:#3e3,color:#e3e,stroke:#e3e,stroke-width:2px;

walterrowe avatar Mar 26 '21 09:03 walterrowe

Seria um ótimo recurso!!!

matheusmacedoap avatar Nov 23 '21 21:11 matheusmacedoap

related -> https://github.com/github/markup/issues/533

Fa7C0n avatar Nov 24 '21 05:11 Fa7C0n