End hidden HTML content
unhide()
A character string containing HTML code marking the end of hiddent content.
Call this function inline in an RMarkdown document to mark the end of hidden content (see the Web Exercises RMarkdown Template for examples).
hide
# just produce the closing </div>
unhide()
#> [1] "\n</div>\n"