This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# from https://gist.github.com/j9ac9k/92ec73ced404a4629b0f6487275dab54/ | |
""" | |
Pandoc filter to process code blocks with class "graphviz" into | |
graphviz-generated images. | |
Needs pygraphviz | |
""" | |
import os |