------------
Outside of Django_ and the Python_ standard libraries, the only
-required dependency is `django-taggit`_ (docs__).
+required dependencies are `django-taggit`_ (docs__) and
+`python-markdown`_.
__ dt2-docs_
.. _cookbook: http://physics.drexel.edu/~wking/code/git/gitweb.cgi?p=cookbook.git
.. _django-taggit: https://github.com/alex/django-taggit
.. _dt2-docs: http://django-taggit.readthedocs.org/en/latest/
+.. _python-markdown: http://pypi.python.org/pypi/Markdown
.. _Django documentation: https://docs.djangoproject.com/
.. _Django tutorial: https://docs.djangoproject.com/en/1.3/intro/tutorial01/