issue ref

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-18 11:30:28 +01:00
parent 97d7f424a8
commit b0f63ab2a4
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -2094,6 +2094,7 @@ ui_elements <- list(
icon = shiny::icon("download") icon = shiny::icon("download")
), ),
shiny::helpText("If choosing to output to MS Word, please note, that when opening the document, two errors will pop-up. Choose to repair and choose not to update references. The issue is being worked on. You can always choose LibreOffice instead.") shiny::helpText("If choosing to output to MS Word, please note, that when opening the document, two errors will pop-up. Choose to repair and choose not to update references. The issue is being worked on. You can always choose LibreOffice instead.")
## https://github.com/quarto-dev/quarto-cli/issues/7151
# ) # )
# ) # )
), ),

View file

@ -254,6 +254,7 @@ ui_elements <- list(
icon = shiny::icon("download") icon = shiny::icon("download")
), ),
shiny::helpText("If choosing to output to MS Word, please note, that when opening the document, two errors will pop-up. Choose to repair and choose not to update references. The issue is being worked on. You can always choose LibreOffice instead.") shiny::helpText("If choosing to output to MS Word, please note, that when opening the document, two errors will pop-up. Choose to repair and choose not to update references. The issue is being worked on. You can always choose LibreOffice instead.")
## https://github.com/quarto-dev/quarto-cli/issues/7151
# ) # )
# ) # )
), ),