mirror of
https://gitlab.com/upRootNutrition/obsidian.git
synced 2025-06-15 22:25:13 -05:00
Initial commit
This commit is contained in:
commit
bc15d67574
1475 changed files with 1056167 additions and 0 deletions
12
.obsidian/plugins/obsidian-enhancing-export/lua/pdf.lua
vendored
Normal file
12
.obsidian/plugins/obsidian-enhancing-export/lua/pdf.lua
vendored
Normal 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,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue