Replies: 1 comment 1 reply
-
The reference file is working fine as the styles are included, they are just not visualised: In my custom.odt template https://github.com/iandol/dotpandoc/blob/master/templates/custom.odt I insert my own content like in the DOCX file so I can see what the styles will look like, it only takes a few minutes. This would probably be an easy pull request for anyone who felt like contributing... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm generating ODT files from Markdown. The results are not very good. I checked the Docs and found that I can have a reference document to style the document to my need however I'm unable to generate a reference file for ODT documents but it works for Docx documents.
Basically this works and generate a file with headers and other style elements:
But for ODT it doesn't workt:
I just get a single line with Hello World! in it.
I've also tried:
I'm using:
Beta Was this translation helpful? Give feedback.
All reactions