diff --git a/R/tag_examplesShinylive.R b/R/tag_examplesShinylive.R index f7afde4..3c96f55 100644 --- a/R/tag_examplesShinylive.R +++ b/R/tag_examplesShinylive.R @@ -214,7 +214,8 @@ format.rd_section_examplesShinylive <- function(x, ...) { " \\item{example-", seq_along(x$value), "}{\n", " \\href{", x$value, "}{Open in Shinylive}\n", " \\if{html}{\\out{}}\n", # nolint: line_length_linter. - " \\if{html}{\\out{
 
}}\n", + # empty a tag because Tidy complains about empty spans. + " \\if{html}{\\out{}}\n", " }\n", collapse = "" ),