0

I'd like to put together a Django Blog App that uses Pygments for code markup within the Blog. I'd like to be able to mark up the main text similar to StackOverflow with *, _ or cmd+K for special notation within the code to add href or bold etc.

Is there a Django App that can do this? Looked at zinnia but it seems pretty robust, and not sure how to extend it to use Pygments.

P̲̳x͓L̳
  • 3,615
  • 3
  • 29
  • 37
Aaron Lelevier
  • 19,850
  • 11
  • 76
  • 111

1 Answers1

1

The django-pygments is a Django app (Django-Pygments integration) that provides a template tag and 2 filters for doing syntax highlighting with Pygments.

Omid Raha
  • 9,862
  • 1
  • 60
  • 64