%! from django.utils.translation import ugettext as _ %>
${_("This wiki uses Markdown for styling. There are several useful guides online. See any of the links below for in-depth details:")}
${_("To create a new wiki article, create a link to it. Clicking the link gives you the creation page.")}
${_("[Article Name](wiki:ArticleName)")}
circuit-schematic:
$LaTeX Math Expression$
${_("http://wikipedia.org\
[{Wikipedia}](http://wikipedia.org)\
[{edX} Wiki](wiki:/edx/)").format(edX="edX", Wikipedia="Wikipedia")}
${_("Huge Header")}
===========
${_("Smaller Header")}
--------------
${_("*emphasis* or _emphasis_")}
${_("**strong** or __strong__")}
${_("- Unordered List\
- Sub Item 1\
- Sub Item 2")}
${_("1. Ordered\
2. List")}
${_("> Quotes")}