graphviz
pygments
[pyg l=”python” style=”emacs”]
#! /usr/bin/python
import os,sys
def test():
print “hello, World!”
[/pyg]
pygments 2
[pyg l=”bash” linenos=”table”]
#! /bin/sh
for i; do
echo $i $(basename $i) $(dirname $i)
done
[/pyg]