local p = {} function p.main(frame) local ret = '\n== A heading ==\n\nSome text' return frame:preprocess(ret) end return p