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