local p = {} local template = [=[ == Foo == Bar baz. ]=] function p.main(frame) return frame:preprocess(template) end return p