Include code blocks and convert dia files !
Include code blocks into your documents
You can now import code for an external file with this simple syntax :
``` { .sql include=query1.sql}
```
To use this plugin, just add --filter pandoc-codeblock-include
to the command line.
For more details about this filter, check out pandoc-codeblock-include.
Dia
You can now convert dia
files to SVG or PNG with the command line below:
$ docker run [...] --entrypoint dia dalibo/pandocker foo.dia -e foo.svg