How can I use a tab character in the 'title-delim' field for docx output #7870
-
DescriptionI want to use a tab character in the title delimiter string for docx output. I tried
and
but both do not work. In the word document, the tab character is stripped. Do you know of any solution? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jan 1, 2024
Replies: 1 comment 1 reply
-
See below: ---
title: "Quarto Playground"
format: docx
crossref:
title-delim: ":	"
---
){#fig-myfigure}
See @fig-myfigure |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
parvumflumen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See below: