Markup Examples

From Whirlwind eCommerce Wiki
Revision as of 03:32, 30 September 2008 by Root (Talk | contribs)

Jump to: navigation, search

force table of contents (b/c by default only appears for sections > 3 headers)


force table of contents to appear HERE

hide table of contents even when over 3 sections


Linking: This is a link

Section Title

subsection
indented text
  • bulletted text
  • indented bulleted text

bold text here

Section Title

another section with more text

Use pre to do this <even include tags> and all is ok!
// how about some juicy code
$var = 'value';
echo $var;
// end code