Skip to content

Instantly share code, notes, and snippets.

@rubenvandeven
rubenvandeven / graphviz.py
Last active November 4, 2022 10:09 — forked from j9ac9k/graphviz.py
graphviz pandoc filter
#!/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