[x] Search for duplicates among the existing issues (both open and closed).
Proposal
Add the ability to inline CSS styles to the `GT.as_raw_html' method to allow tables to render properly in emails.
The gt R packages has a helpful argument inline_css to the as_raw_html()function which inlines CSS styles. This allows tables to render correctly in emails, especially when using this feature in Quarto/Posit Connect (https://docs.posit.co/connect/user/quarto/#email-customization).
Prework
Proposal
Add the ability to inline CSS styles to the `GT.as_raw_html' method to allow tables to render properly in emails.
The
gt
R packages has a helpful argumentinline_css
to theas_raw_html()
function which inlines CSS styles. This allows tables to render correctly in emails, especially when using this feature in Quarto/Posit Connect (https://docs.posit.co/connect/user/quarto/#email-customization).