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

reStructuredText help

You will find below a quick summary of reStructuredText basics, as enabled here at SciPost.

You can find more details about reStructuredText's syntax for example at this page.

Quick links

{% for snippet in snippets %}

{{ snippet.title }}

If you write:

{{ snippet.raw }}

You will get:

{{ snippet.raw|automarkup:'reStructuredText' }}
{% endfor %}
{% endblock content %}