# Force the test runner to ensure the extension is loaded !! hooks poem !! endhooks #Regression tests for existing functionality, to ensure nothing was broken. !! test !! input this is a test !! result

this
is
a
test

!! end !!test with recursive parsing !!input this ''is'' a '''test''' !! result

this is a test

!!end !!test with leading whitespace !!input test !! result


   test

!!end !!test Horizontal rule !!input some ----- text !!result

some



text

!!end #test for new poem/nowiki feature; should fail without new enhancement. !! test 2 example of without !!options disabled !! input this is a test !! result

this is a test

!! end !! test nested !! input this is a test !! result


this
is
a
test

!!end !! test 5 nested with formatting !! input this '''is''' a test !! result


this
'''is'''
a
test

!! end