Hi, I'm having the same issue which was brought up in the question linked in the title.
I need to render some table in a word document but my table caption disappears once the document is rendered
here's my code
It seems to work as word document using tab_header(title = "Table caption") (although I don't like the formatting) but now every table of the document has "table 1" before "table caption" and I can't figure out where this "table1" comes from.
Here's my code
I have issues with flextable either. I'm definitely missing something about table rendering in quarto documents!
In any case, thanks for your suggestions!
Yes I see the problem. I do think the best idea is an email to the author/maintainer. I 'think' that it likely is a pandoc problem since I am getting a clean pdf version. They may be able to confirm this and suggest what to do.
I believe you are just encountering some issues with cross referencing, and Docx document.
Follow the work happening in Quarto for 1.4 and it will be solved.
Dear @cderv I would like to ask a different question.
I see that by default a docs (or whatever format) rendered with quarto is stored in the same folder of the .qmd file.
Is there a way to tho set the output on a different folder? I've tried to use output-dir but with no success