Code
print_named_list(list(list_item = list("Hello World!", expr(universe), list(42)),
another_one = ymd("2020-02-02")))
Output
list_item:
"Hello World!"
universe
42
another_one: 2020-02-02
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.