Joseph Reagle
2015-04-14 10:39:22 UTC
Over the years I know there's been some discussion of diagrams in
markdown and for those that like haskell, there is a filter for EDSL
diagrams [1]. I recently came across a markdown like diagramming spec
that looks to be gaining momentum: mermaid [2].
```
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
[1]: https://github.com/diagrams/diagrams-pandoc
[2]: https://github.com/knsv/mermaid
markdown and for those that like haskell, there is a filter for EDSL
diagrams [1]. I recently came across a markdown like diagramming spec
that looks to be gaining momentum: mermaid [2].
```
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
[1]: https://github.com/diagrams/diagrams-pandoc
[2]: https://github.com/knsv/mermaid
--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+***@googlegroups.com.
To post to this group, send email to pandoc-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/552CEE5A.7060103%40reagle.org.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+***@googlegroups.com.
To post to this group, send email to pandoc-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/552CEE5A.7060103%40reagle.org.
For more options, visit https://groups.google.com/d/optout.