The goal of this library is to support embedding graphviz graphs inside Markdown documents.
Requires:
- Python (tested on 2.5, 2.6, not sure about 2.4 off hand)
- Graphviz
- ubuntu:
apt-get install graphviz
- others: download at graphviz.org
- ubuntu:
- Python-Markdown
easy_install Markdown
Read the examples/example.py
for a simple example.
Some overview is available in this blog post.