Example Markup

From Eigenvector Documentation Wiki
Jump to: navigation, search

Level 2 Heading

Level 3 Heading

Level 4 Heading

  • Bulleted List Item
    • Sub-item


Non-indented

Standard Indent
Sub-indent

Numbered List

  1. numbered items
  2. another numbered item
    sub content of that last item
    no numbers here
  3. continued list after sub-content


Bold words

Italicized (emphasis) words

Equation: x = \sum_{1}^{5}{y}


Code using <pre>:

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

Code using indent:

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

Code using syntax highlighting:

function test(in)
%Test function.
if true
 disp('blah')
end
Views
Personal tools