-
Hi! I'm very new to pandoc. I generate FB2 from Markdown. I don't find templates for FB2 format. Can I somehow affect the generation? For example, FB2 can have version at the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Currently not. We could modify the writer to include the version. We could, more radically, modify it to use a template. I'm not familiar with the FB2 format and the person who wrote the writer has long been inactive. |
Beta Was this translation helpful? Give feedback.
-
I'm a little confused, you said it's only write, no templates. Or you meant some internal one? Would it be a difficult task to expose it as external templates, that can be customized?
The pieces of the program that generate the output files are called writers. Most writers use templates (https://pandoc.org/MANUAL.html#templates). The FB2 writer does not (you can check with `pandoc -D fb2`), so the best solution for now would be to modify the output file directly.
|
Beta Was this translation helpful? Give feedback.
Currently not. We could modify the writer to include the version. We could, more radically, modify it to use a template. I'm not familiar with the FB2 format and the person who wrote the writer has long been inactive.