DEBSOURCES
Skip Quicknav
sources / pandoc / 2.2.1-3 / test / lua / math.lua
12345678910
return { { Math = function (elem) if elem.mathtype == "DisplayMath" then elem.mathtype = "InlineMath" end return elem end, } }