As far as I know, currently redoc::redoc utilizes rmarkdown::word_document under the hood. Would you mind replacing it with bookdown::word_document2 to allow users to cross-reference tables, figures, etc.?
Thanks! This is on the roadmap (#34), but it's more complicated than that because we need to set up capturing the information in those cross-references and make the post-processing steps compatible.
As far as I know, currently
redoc::redoc
utilizesrmarkdown::word_document
under the hood. Would you mind replacing it withbookdown::word_document2
to allow users to cross-reference tables, figures, etc.?