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