simplewiki_instructions.html 1.13 KB
Newer Older
1 2 3 4
<div id="wiki_edit_instructions">
  This wiki uses <strong>Markdown</strong> for styling. 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>.
  <br>
  <br>MITx Additions:
5
  <p class="markdown-example">circuit-schematic:</p>
6 7
  <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.  
8
  <p class="markdown-example">[Article Name](wiki:ArticleName)</p>
9 10 11 12 13 14 15 16 17 18 19 20 21 22
  Other useful examples:<br>
  <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>
</div>