[[PageOutline(2-5,Contents,pullout)]] = Render mermaid diagrams in wiki pages == Description With this macro, you can render mermaid diagrams in wiki pages. [https://knsv.github.io/mermaid mermaid] is a JavaScript library that can render diagrams and flowcharts from text in a similar manner as markdown. Current version of this macro uses mermaid version 0.5.1. == Example == {{{ {{{#!Mermaid sequenceDiagram A->> B: Query B->> C: Forward query Note right of C: Thinking... C->> B: Response B->> A: Forward response }}} }}} == !Bugs/Feature Requests Existing bugs and feature requests for MermaidMacro are [report:9?COMPONENT=MermaidMacro here]. If you have any issues, create a [/newticket?component=MermaidMacro new ticket]. [[TicketQuery(component=MermaidMacro&group=type,format=progress)]] == Download Download the zipped source from [export:mermaidmacro here]. == Source You can check out MermaidMacro from [/svn/mermaidmacro here] using Subversion, or [source:mermaidmacro browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Recent Changes [[ChangeLog(mermaidmacro, 3)]] == !Author/Contributors **Author:** [wiki:tkob-trac] [[BR]] **Maintainer:** [[Maintainer]] [[BR]] **Contributors:**