diff --git a/inst/examples/showcase/app.R b/inst/examples/showcase/app.R index 6dad955..c1e811e 100644 --- a/inst/examples/showcase/app.R +++ b/inst/examples/showcase/app.R @@ -98,6 +98,7 @@ makePage <- function(name, ui, code) { H1(name), H3("Example"), ui, + br(), H3("Code"), Pre(code) )