Start working on a computational workbook for music theory
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
5
content/blog/music_theory/to-parens.lua
Normal file
5
content/blog/music_theory/to-parens.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
function Math(el)
|
||||
if el.mathtype == "InlineMath" then
|
||||
return pandoc.RawInline("markdown", "\\(" .. el.text .. "\\)")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user