{% extends 'markup/base.html' %} {% block pagetitle %}: Markup help{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% load process_markup %} {% block content %}
You can delimit inline maths using dollar signs like this: $ ... $
.
For on-line maths, use escaped angular brackets
\[ ... \]
or
double-dollar delimiters $$ ... $$
.
{{ snippets.maths_inline_online }}
{{ snippet.raw }}