capitalize the first letter of the first word in rmd headings

capitalize_headings(script)

Arguments

script

character

Value

character

Examples

capitalize_headings("### introduction")
#> [1] "### Introduction"