local $/; require 't/runtests.pl'; runtests( data => , dialect => 'WikkaWiki' ); close DATA; __DATA__ h1 __H__

one

__W__ ====== one ====== __NEXT__ h2 __H__

two

__W__ ===== two ===== __NEXT__ h3 __H__

three

__W__ ==== three ==== __NEXT__ h4 __H__

four

__W__ === four === __NEXT__ h5 __H__
five
__W__ == five == __NEXT__ h6 __H__
six
__W__ == six == __NEXT__ bold __H__ bold text __W__ **bold text** __NEXT__ strong __H__ strong text __W__ **strong text** __NEXT__ italic __H__ italic text __W__ //italic text// __NEXT__ emphasized __H__ em text __W__ //em text// __NEXT__ ul __H__ __W__ ~- one ~- two ~- three __NEXT__ ul (nested) __H__ __W__ ~- one ~~- one.one ~~- one.two ~~- one.three ~- two ~~- two.one ~~- two.two ~- three ~- four __NEXT__ ol __H__
  1. one
  2. two
  3. three
__W__ ~1) one ~1) two ~1) three __NEXT__ ol (nested) __H__
  1. one
    1. one.one
    2. one.two
    3. one.three
  2. two
    1. two.one
    2. two.two
  3. three
  4. four
__W__ ~1) one ~~1) one.one ~~1) one.two ~~1) one.three ~1) two ~~1) two.one ~~1) two.two ~1) three ~1) four __NEXT__ ul/ol (nested) __H__ __W__ ~- one ~~1) one.one ~~1) one.two ~~1) one.three ~- two ~~1) two.one ~~1) two.two ~- three ~- four __NEXT__ table __H__
one two three
four five six
__W__ || one || //two// || three || || four || five || **six** || __NEXT__ image (internal) __H__ Logo __W__ {{image alt="Logo" title="Our logo" src="images/logo.png"}} __NEXT__ image (external) __H__ Logo __W__ {{image alt="Logo" title="Example logo" src="http://www.example.com/logo.png"}}