Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 639 Bytes

Python-Markdown-Graphviz

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
  • Python-Markdown
    • easy_install Markdown

Read the examples/example.py for a simple example.

Some overview is available in this blog post.