local $/; require 't/runtests.pl'; runtests( data => , dialect => 'Oddmuse', wiki_uri => 'http://www.test.com/wiki/', camel_case => 1 ); close DATA; __DATA__ bold __H__ bold __W__ *bold* __NEXT__ strong __H__ strong __W__ *strong* __NEXT__ italic __H__ italic __W__ /italic/ __NEXT__ em __H__ em __W__ ~em~ __NEXT__ underline __H__ underline __W__ _underline_ __NEXT__ image __H__ __W__ http://www.test.com/image.png __NEXT__ external link (free link) __H__ http://www.google.com __W__ http://www.google.com __NEXT__ external link (alt text) __H__ Google __W__ [http://www.google.com Google] __NEXT__ internal link __H__ Markup Extension __W__ [[Markup Extension]] __NEXT__ internal link (alt text) __H__ markup ext __W__ [[Markup Extension|markup ext]] __NEXT__ internal link (camel case) __H__ CamelCaseLink __W__ CamelCaseLink __NEXT__ table __H__
foobarbaz
onetwothree
123
__W__ ||foo ||bar ||baz || ||one ||two ||three || ||1 ||2 ||3 || __NEXT__ table (align) __H__
foobarbaz
onetwothree
123
__W__ ||foo || bar || baz|| || one||two || three || || 1 || 2||3 || __NEXT__ table (colspan) __H__
foobar
onetwothree
1
__W__ ||||foo || bar || || one||two || three || |||||| 1 || __NEXT__ list (ul) __H__ __W__ * one * two * three __NEXT__ list (ol) __H__
  1. one
  2. two
  3. three
__W__ * one * two * three __NEXT__ list (nested ul/ul) __H__ __W__ * 1 ** 1.a ** 1.b * 2 * 3 ** 3.a ** 3.b __NEXT__ list (nested ul/ol) __H__ __W__ * 1 ** 1.a ** 1.b * 2 * 3 ** 3.a ** 3.b __NEXT__ list (nested ol/ul) __H__
  1. 1
    • 1.a
    • 1.b
  2. 2
  3. 3
    • 3.a
    • 3.b
__W__ * 1 ** 1.a ** 1.b * 2 * 3 ** 3.a ** 3.b __NEXT__ h1..h6 __H__

1

2

3

4

5
6
__W__ =1= ==2== ===3=== ====4==== =====5===== ======6======