-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
See explanation at
related to
Docs for Quarto feature is at: https://quarto.org/docs/authoring/tables.html#html-tables
Example:
as_quarto_markdown <- function(content) {
sprintf('<span data-qmd="%s">%s</span>', content, content)
}this could be used in table to make HTML with special attributes for Quarto to process and replace
- Should handle span and div.
as_quarto_markdown(..., block = TRUE)? - Should handle complex content by base64 encoding (using
xfun::base64_encode()anddata-qmd-base64 - Should probably have a markdown with special class to mark as it as content to not escape (using
I()like for new R quarto inline ?)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request