= Test Page = [[PageOutline(2-4,,pulldown)]] == About == This page is to test the [http://trac-hacks.org/wiki/TracWikiToPdfPlugin WikiToPdfPlugin] export abilites. Indented line. == Font Styles == * '''bold''', '''!''' can be bold too''', and '''! ''' * ''italic'' * '''''bold italic''''' * __underline__ * {{{monospace}}} or `monospace` * ~~strike-through~~ * ^superscript^ * ,,subscript,, == Lists == * Item 1 * Item 1.1 * Item 1.1.1 * Item 1.1.2 * Item 1.1.3 * Item 1.2 * Item 2 1. Item 1 a. Item 1.a a. Item 1.b i. Item 1.b.i i. Item 1.b.ii 1. Item 2 And numbered lists can also be given an explicit number: 3. Item 3 == Discussion Citations == >> Someone's original text > Someone else's reply text My reply text == Table == ||Order||A||B|| || ||1||true||true||Perfect match|| ||2||false||true||Then matched on B|| ||3||true||false||Match on A|| ||4||false||false||Load default|| == Text Blocks == === Plain === {{{ BALOOGHA! }}} === Highlight === {{{ #!python class Test: def __init__(self): print "Hello World" if __name__ == '__main__': Test() }}} === BAD === {{{ #!somethingbad asdfa }}} === HTML === {{{ #!html

HTML Test

}}} {{{ #!div class=important style="border: 2pt solid; text-align: center" This is the ''only'' way to go in Trac 0.11 }}} == HLine == ---- == Images == === Smileys === [[ShowSmileys(5)]] === Embedded image === [[Image(TestPage:bvmpic1.png)]] === !GraphViz === {{{ #!graphviz digraph G { rankdir="LR" Hello->World->Graphviz->Rules } }}}