mirror of
https://gitlab.com/upRootNutrition/obsidian.git
synced 2025-12-06 22:17:14 -06:00
chore: init
This commit is contained in:
commit
9775cf580a
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