Skip to content

Commit

Permalink
Update R/tags.R
Browse files Browse the repository at this point in the history
Co-authored-by: Garrick Aden-Buie <[email protected]>
  • Loading branch information
olivroy and gadenbuie authored May 10, 2024
1 parent 1b786ca commit 5f52ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ normalizeText <- function(text) {
#' @examples
#' tagList(
#' h1("Title"),
#' h2("Header text", style = "text-align: center;"),
#' h2("Header text", style = "color: red;"),
#' p("Text here")
#' )
tagList <- function(...) {
Expand Down

0 comments on commit 5f52ebd

Please sign in to comment.