Skip to content

Include code blocks and convert dia files !

Compare
Choose a tag to compare
@daamien daamien released this 22 Aug 15:33
2e9fe77

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