Render a reactive output variable as HTML within an application page. The
text will be included within an HTML div tag, and is presumed to
contain HTML content which should not be escaped.
# NOT RUN {htmlOutput("summary")
# Using a custom container and classtags$ul(
htmlOutput("summary", container = tags$li, class = "custom-li-output")
)
# }