{% extends "page_admin/markup_help_base.html" %}
{% block content %}{{ block.super }}
Add html code e.g:
hightlight sourcecode e.g:
Important: The code should no contain django template tags! (use {% sourcecode %} for this!)
{% include "page_admin/includes/markup_help_common.html" %}This is ##monospace## text.
Output: This is monospace text.
This is ^^superscripted^^ text.
Output: This is superscripted text.
This is ,,subscripted,, text.
Output: This is subscripted text.
This is __underlined__ text.
Output: This is underlined text.
This is ~~deleted~~ text.
Output: This is deleted text.
This is --small-- text.
Output: This is small text.