{% 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)" %}
circuit-schematic:
$LaTeX Math Expression$
{% comment %}
Translators: Do not translate "edX" or "Wikipedia"
{% endcomment %}
{% trans "http://wikipedia.org" %}
{% trans "[Wikipedia](http://wikipedia.org)" %}
{% trans "[edX Wiki](wiki:/edx/)" %}
{% trans "Huge Header" %}
===========
{% trans "Smaller Header" %}
--------------
{% trans "*emphasis* or _emphasis_" %}
{% trans "**strong** or __strong__" %}
- {% trans "Unordered List" %}
- {% trans "Sub Item 1" %}
- {% trans "Sub Item 2" %}
1. {% trans "Ordered" %}
2. {% trans "List" %}
> {% trans "Quotes" %}