author | Boris Feld <boris.feld@octobus.net> |
Wed, 18 Dec 2019 14:10:56 +0100 | |
changeset 5228 | cfabc3c4aa10 |
parent 5226 | 38d225efcea9 |
permissions | -rwxr-xr-x |
#!/bin/bash set -eox pipefail function compile { pandoc \ -s $1 \ -o $2 \ --toc --toc-depth=4 \ -F pandocfilters/examples/graphviz.py -F mypandocfilters/graphviz-file.py -F mypandocfilters/raw-file.py \ -t rst \ # --template standalone.html --variable=template_css:uikit.css } compile slides.md index.rst