# Force the test runner to ensure the extension is loaded !! hooks poem !! endhooks #Regression tests for existing functionality, to ensure nothing was broken. !! test !! wikitext this is a test !! html/php+tidy

this
is
a
test

!! end !!test with recursive parsing !!wikitext this ''is'' a '''test''' !! html/php+tidy

this is a test

!!end !!test with leading whitespace !!wikitext test !! html/php+tidy


   test

!!end !!test Horizontal rule !!wikitext some ----- text !!html/php+tidy

some


text

!!end #test for new poem/nowiki feature; should fail without new enhancement. !! test 2 example of without !!options disabled !! wikitext this is a test !! html/php+tidy

this is a test

!! end !! test nested !! wikitext this is a test !! html/php+tidy


this
is
a
test

!!end !! test 5 nested with formatting !! wikitext this '''is''' a test !! html/php+tidy


this
'''is'''
a
test

!! end !! test Basic usage with style !! wikitext A stately pleasure-dome decree: Where Alph, the sacred river, ran Through caverns measureless to man Down to a sunless sea. !! html/php+tidy

A stately pleasure-dome decree:
Where Alph, the sacred river, ran
Through caverns measureless to man
Down to a sunless sea.

!! end