function Math(el) if el.mathtype == "InlineMath" then return pandoc.RawInline("markdown", "\\(" .. el.text .. "\\)") end end