{% extends 'markup/base.html' %} {% block pagetitle %}: Markup help{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} Help Plain text {% endblock %} {% load automarkup %} {% block content %}

Plain text help

Mathematics

You can delimit inline maths using dollar signs like this: $ ... $.

For on-line maths, use escaped angular brackets \[ ... \] or double-dollar delimiters $$ ... $$.

If you write:

{{ snippets.maths_inline_online }}

You will get:

{{ snippets.maths_inline_online|automarkup:'plain' }}
{% endblock content %}