From ea26bd0ff2a51ea26c5d1b31614f7bbe97542e46 Mon Sep 17 00:00:00 2001 From: Raghu Rajagopalan Date: Thu, 3 Nov 2016 09:15:46 +0530 Subject: [PATCH] Add https://github.com/raghur/mermaid-filter to downstream projects documentation page --- docs/content/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/index.md b/docs/content/index.md index 8de3fcf91..00d60b304 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -87,13 +87,14 @@ Mermaid is supported in a number of publishing systems and editors. Please repor * [Markdown Plus](http://mdp.tylingsoft.com/) * [Vim Plugin](https://github.com/kannokanno/previm) * [Sphinx extension](https://github.com/mgaitan/sphinxcontrib-mermaid) +* [Pandoc filter](https://github.com/raghur/mermaid-filter) # Online live editor An editor is available for creating diagrams. With it you can quickly start writing mermaid diagrams. It is possible to: * save the result as a svg -* get a link to a viewer of the diagram +* get a link to a viewer of the diagram * get a link to edit of the diagram to share a diagram so that someone else can tweak it and send a new link back - + * [Editor](http://knsv.github.io/mermaid/live_editor)