panglesd / slipshow

An engine for displaying slips, the next-gen version of slides
MIT License
637 stars 10 forks source link

Add support for mermaid #47

Open panglesd opened 1 month ago

panglesd commented 1 month ago

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;