Location of global template files #11100
-
I'm pretty sure there was a pandoc directory somewhere in IIRC, that directory contained global data like default templates, that can be obtained using There is also |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It depends on how your pandoc was compiled. If it was compiled with the |
Beta Was this translation helpful? Give feedback.
-
For baked-in builds, you can have a copy of the global templates to peruse at least by cloning https://github.com/jgm/pandoc-templates ... |
Beta Was this translation helpful? Give feedback.
-
No wonder then that its size is 205M
|
Beta Was this translation helpful? Give feedback.
It depends on how your pandoc was compiled. If it was compiled with the
embed_data_files
flag, as our release binaries are, then there are no external data files; the data is baked into the binary itself.