{% extends "admin/layout.html" %} {% block title %}{{ _("Markdown Parser Options") }}{% endblock %} {% block contents %}
{% trans mdext='http://www.freewisdom.org/projects/python-markdown/Available_Extensions' %} Markdown comes with several extensions to the basic markup syntax. You can enable them here by specifying one per line. The Markdown-Python site has a list of available extensions. {% endtrans %}
{{ upgrade }}
before they become available. Zine includes
Markdown 1.7 and will fallback to it if a system-wide Markdown is not
present.
{% endtrans %}<abbr>
tag.
More info.
{% endtrans %}h1-h6
)
in Markdown’s output.
More info.
{% endtrans %}abbr
, def_list
,
fenced_code
, footnotes
, headerid
and tables
extensions.
More info.
{% endtrans %}