gtsummary icon indicating copy to clipboard operation
gtsummary copied to clipboard

Add option to interpret text as neither md nor html

Open ddsjoberg opened this issue 5 months ago • 0 comments

There are a number of functions that default to treating the text input with gt::md(), and optionally can request md::html().

There could be cases where no interpreation is wanted, and we could add a third option text_interpret = c("md", "html", "none")

ddsjoberg avatar Sep 18 '24 23:09 ddsjoberg