assert_equal((expect_paragraph?"<p>#{expected}</p>":expected),@formatter.new(text).to_html,"Formatting the following text failed:\n===\n#{text}\n===\n")
assert_dom_equal((expect_paragraph?"<p>#{expected}</p>":expected),@formatter.new(text).to_html,"Formatting the following text failed:\n===\n#{text}\n===\n")