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

Plain text help

Plain text is the most straightforward format to use in our text fields, but this comes at the cost of having no markup facilities. Mathematics (both online and displayed) are enabled via MathJax. You will find some simple examples below.

Quick links

{% for snippet in snippets %}

{{ snippet.title }}

If you write:

{{ snippet.raw }}

You will get:

{% automarkup snippet.raw language_forced='Markdown' %}
{% endfor %}
{% endblock content %}