0.3.0 • Published 9 years ago

exemd-dot v0.3.0

Weekly downloads
5
License
BSD
Repository
github
Last release
9 years ago

exemd-dot NPM version

Install globally with npm:

npm i -g exemd-dot

What is it

Plugin for exemd to generate graphs in markdown files.

Short help

dot is a language for "hierarchical" or layered drawings of directed graphs. It is part of the graphviz package.

To invoke this plugin, you can define code blocks such as:

```{dot ! }
digraph {
        a -> b[label="0.2",weight="0.2"];
        a -> c[label="0.4",weight="0.4"];
        c -> b[label="0.6",weight="0.6"];
        c -> e[label="0.6",weight="0.6"];
        e -> e[label="0.1",weight="0.1"];
        e -> b[label="0.7",weight="0.7"];
    }
```

That is converted to this picture:

npm.io

Author

  • Vittorio Zaccaria

License

Copyright (c) 2015 Vittorio Zaccaria
Released under the license


This file was generated by verb-cli on March 19, 2015.

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.2

9 years ago