slipshow icon indicating copy to clipboard operation
slipshow copied to clipboard

Add support for mermaid

Open panglesd opened this issue 1 year ago • 0 comments

Mermaid seem a popular and nice diagramming library, markdown-consistent.

I'd consider adding support for it! Github has it:

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

panglesd avatar May 14 '24 18:05 panglesd