django-markdown-deux
django-markdown-deux copied to clipboard
Is it possible to use blocktrans with markdown-deux?
https://docs.djangoproject.com/en/dev/topics/i18n/translation/#std:templatetag-blocktrans
I've no idea. I'm not actively using this right now and I've not used the blocktrans template var.
Experiences and patches welcome. :)
Yes, just use it like this:
{% load i18n %}
{% load markdown_deux_tags %}
{% trans 'Why you should learn with **Us**' as translated_statement %}
{{ translated_statement | markdown }}