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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top