OliverBalfour / obsidian-pandoc

Pandoc document export plugin for Obsidian (https://obsidian.md)
MIT License
691 stars 57 forks source link

turning on extensions #218

Open midas0441 opened 1 month ago

midas0441 commented 1 month ago

I would like to turn on latex_macros extension. According to Pandoc documentation that is done by: pandoc -f markdown+latex_macros ...

It seems obsidian-pandoc autogenerates the -f part of the command. How to have it include +latex_macros?