Example Markup: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(New page: ==Level 2 Heading== ===Level 3 Heading=== ====Level 4 Heading==== =====Level 5 Heading===== * Bulleted List Item ** Sub-item Non-indented :Standard Indent ::Sub-indent '''Bold wor...)
 
imported>Jeremy
(No difference)

Revision as of 08:18, 9 September 2008

Level 2 Heading

Level 3 Heading

Level 4 Heading

Level 5 Heading
  • Bulleted List Item
    • Sub-item


Non-indented

Standard Indent
Sub-indent


Bold words

Italicized (emphasis) words

Equation:


Code using <pre>:

stdx(badstdx)      = 0;
stdxapply(badstdx) = inf;

Code using indent:

 stdx(badstdx)      = 0;
 stdxapply(badstdx) = inf;