{% extends 'markup/base.html' %} {% block meta_description %}{{ block.super }} ReStructuredText Help{% endblock meta_description %} {% 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:

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