Tweaks django-pygments templatetag to not to strip p and br tags from code snippets.
- Put tweaked_pygments under your path
- Add tweaked_pygments to INSTALLED_APPS
{% load tweaked_pygmentify %}
- Instead of
{% pygments %}and{% endpygments %}, use{% tweaked_pygments %}and{% endtweaked_pygments %} - Instead of
pygmentifyfilter usetweaked_pygmentify - Instead of
pygmentify_inlinefilter usetweaked_pygmentify_inline