pandoc-2.2.1: test/lua/math.lua
return {
{
Math = function (elem)
if elem.mathtype == "DisplayMath" then
elem.mathtype = "InlineMath"
end
return elem
end,
}
}
return {
{
Math = function (elem)
if elem.mathtype == "DisplayMath" then
elem.mathtype = "InlineMath"
end
return elem
end,
}
}