noamross / redoc

[NOTE: Project in suspended animation for now] Reversible Reproducible Documents
https://noamross.github.io/redoc
Other
514 stars 44 forks source link

Cross-references using bookdown::word_document2 #52

Closed jooyoungseo closed 5 years ago

jooyoungseo commented 5 years ago

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.?

noamross commented 5 years ago

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.