Example Markup: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy No edit summary |
imported>Jeremy No edit summary |
||
Line 14: | Line 14: | ||
::Sub-indent | ::Sub-indent | ||
# numbered items | |||
# another numbered item | |||
'''Bold words''' | '''Bold words''' |
Revision as of 09:18, 15 March 2010
Level 2 Heading
Level 3 Heading
Level 4 Heading
- Bulleted List Item
- Sub-item
Non-indented
- Standard Indent
- Sub-indent
- numbered items
- another numbered item
Bold words
Italicized (emphasis) words
Equation:
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