Django-markdown2 doesn’t support fenced code blocks unless explicitly specified
The feature has to be added as an extra feature in the template tag:
{{ some_text | markdown:"fenced-code-blocks" }}
The feature has to be added as an extra feature in the template tag:
{{ some_text | markdown:"fenced-code-blocks" }}