mirror of
https://gitlab.com/upRootNutrition/obsidian.git
synced 2025-08-08 21:04:38 -05:00
vault backup: init
This commit is contained in:
commit
dc5e896346
1512 changed files with 1034902 additions and 0 deletions
12
.obsidian/plugins/obsidian-enhancing-export/lua/pdf.lua
vendored
Executable file
12
.obsidian/plugins/obsidian-enhancing-export/lua/pdf.lua
vendored
Executable 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