Convert selected text into a header.

h1r()

h2r()

h3r()

h4r()

h5r()

h6r()

Value

a markdown header

Examples

if (FALSE) { remedy_example( c( "h1"), h1r) remedy_example( c( "h2"), h2r) remedy_example( c( "h3"), h3r) remedy_example( c( "h4"), h4r) remedy_example( c( "h5"), h5r) remedy_example( c( "h6"), h6r) }