title.Rmd
The title() component is used to display titles inside a page. It is a simple, large-sized text with explicit header/title semantics.
title()
See the official documention for title, for all the correct props.
title( "hello", level = "H1" )
title( "hello", level = "H2" )
title( "hello", level = "H3" )