simplewiki_instructions.html 1.16 KB
Newer Older
1
<div id="wiki_edit_instructions">
2 3
  This wiki uses <strong>Markdown</strong> for styling. 
  <h2> MITx Additions: </h2>
4
  <p class="markdown-example">circuit-schematic:</p>
5 6
  <p class="markdown-example"><span>$</span>LaTeX Math Expression<span>$</span></p>
  To create a new wiki article, create a link to it. Clicking the link gives you the creation page.  
7
  <p class="markdown-example">[Article Name](wiki:ArticleName)</p>
8 9

  <h2>Useful examples: </h2>
10 11 12 13 14 15 16 17 18 19 20 21
  <p class="markdown-example">[Link](http://google.com)</p>
  <p class="markdown-example">Huge Header
  <br>====</p>
  <p class="markdown-example">Smaller Header
  <br>-------</p>
  <p class="markdown-example">*emphasis* or _emphasis_</p>
  <p class="markdown-example">**strong** or __strong__</p>
  <p class="markdown-example">- Unordered List
  <br>&nbsp&nbsp- Sub Item 1
  <br>&nbsp&nbsp- Sub Item 2</p>
  <p class="markdown-example">1. Ordered
  <br>2. List</p>
22 23

  <p>Need more help? There are several <a href="http://daringfireball.net/projects/markdown/basics">useful</a> <a href="http://greg.vario.us/doc/markdown.txt">guides</a> <a href="http://www.lowendtalk.com/discussion/6/miniature-markdown-guide">online</a>.</p>
24
</div>