exemd-ditaa
v0.0.16
Published
Ditaa driver for `exemd`
Downloads
6
Readme
exemd-ditaa
Install globally with npm:
npm i -g exemd-ditaa
What is it
Plugin for exemd to generate Ditaa diagrams in markdown files.
Short help
Ditaa is:
... a small command-line utility written in Java, that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ). into proper bitmap graphics
You can use Ditaa in this way:
```{ditaa ! }
+--------+ +-------+ +-------+
| | --+ ditaa +--> | |
| Text | +-------+ |diagram|
|Document| |!magic!| | |
| {d}| | | | |
+---+----+ +-------+ +-------+
: ^
| Lots of work |
+-------------------------+
```
That is converted to this picture:
Note
You can only use this plugin with exemd's -g
option to produce a PNG.
No SVG or PDF is supported at the moment.
Author
- Vittorio Zaccaria
License
Copyright (c) 2015 Vittorio Zaccaria
Released under the license
This file was generated by verb-cli on March 20, 2015.