{% load i18n %} {% load django_markup %}
{% trans "This wiki uses {start_strong}Markdown{end_strong} for styling. There are several useful guides online. See any of the links below for in-depth details:" as tmsg%} {% interpolate_html tmsg start_strong=''|safe end_strong=''|safe %}
{% trans "To create a new wiki article, create a link to it. Clicking the link gives you the creation page." as tmsg %}{{tmsg|force_escape}}
{% trans "[Article Name](wiki:ArticleName)" as tmsg%}{{tmsg|force_escape}}
$LaTeX {% trans "Math Expression" as tmsg %}{{tmsg|force_escape}}$
http://wikipedia.org [{% trans "Wikipedia" as tmsg%}{{tmsg|force_escape}}](http://wikipedia.org) [{% filter force_escape %}{% blocktrans with platform_name=settings.PLATFORM_NAME %}{{ platform_name }} Wiki{% endblocktrans %}]{%endfilter%}(wiki:/edx/)
{% trans "Huge Header" as tmsg%}{{tmsg|force_escape}} ===========
{% trans "Smaller Header" as tmsg%}{{tmsg|force_escape}} --------------
{# Translators: Leave the punctuation, but translate "emphasis" #} {% trans "*emphasis* or _emphasis_" as tmsg %}{{tmsg|force_escape}}
{# Translators: Leave the punctuation, but translate "strong" #} {% trans "**strong** or __strong__" as tmsg %}{{tmsg|force_escape}}
- {% trans "Unordered List" as tmsg%}{{tmsg|force_escape}} - {% trans "Sub Item 1" as tmsg%}{{tmsg|force_escape}} - {% trans "Sub Item 2" as tmsg %}{{tmsg|force_escape}}
1. {% trans "Ordered" as tmsg%}{{tmsg|force_escape}} 2. {% trans "List" as tmsg%}{{tmsg|force_escape}}
> {% trans "Quotes" as tmsg%}{{tmsg|force_escape}}