pandoc-fignos
pandoc-fignos copied to clipboard
DOCX: "nolink=True" should work with "no bookmark"
Thanks for your work, this helps me a lot. But there's a problem I found when working with the DOCX format.
I dont want to have a docx with a clickable ref, so I use "nolink=True". But the question is, the docx still have many "bookmark"s (I am Chinese, so Word use this word in Chinese, I dont know whether it is called so in English). Not only the ref of Figures have "bookmark", but also the ref of the equations have too/
I found that pandoc will create "bookmark" for all the references no matter it is a fig, eq, or a title. Is this issues caused by pandoc itself?
Besides, can you please add an option so tha I dont need to type {nolink=True} all the time?