Open debruine opened 2 years ago
Thank you for adding this clear example. I have been trying for a few weeks to find the right place to get an answer to this problem.
The kableExtra
package might require some updates to detect when its running in pandoc and emit the requisite raw markdown or HTML
Bug description
Tables with markdown or html have to have
escape = FALSE
to not show the markdown or html verbatim when displaying in a table with kable().knitr::kable()
, both types of links display correctly as linkskableExtra::kable()
, the markdown version just shows the markdown verbatimunclass()
the result of the kableExtra version, it does display markdown links correctlyReprex of the problem:
Both work with knitr::kable()
The markdown version doesn't work with kableExtra::kable()
But if you unclass() and cat() the result, it does work:
I'm running RStudio 2022.07.1 Build 554 "Spotted Wakerobin" Release (7872775e, 2022-07-22) for macOS Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.12.10 Chrome/69.0.3497.128 Safari/537.36
quarto tools check
OutputChecklist
quarto check
in the "Quarto Check Output" text area?quarto tools check
in the "Quarto Tools Check Output" text area?