chore: init

This commit is contained in:
Nick 2025-10-06 16:13:57 -05:00
commit 9775cf580a
1512 changed files with 1034902 additions and 0 deletions

View file

@ -0,0 +1,12 @@
return {
{
Math = function (elem)
if elem.text:find("^%s*\\begin{") ~= nil then
return pandoc.RawInline('tex', elem.text)
else
return elem
end
end,
}
}