Files
blog-static/content/blog/music_theory/to-parens.lua

6 lines
133 B
Lua
Raw Normal View History

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