rdConvert

format_leading_whitespace: Format Leading Whitespace

Description

In many text blocks, there a leading white space is added. This function removes it!

Usage

format_leading_whitespace(x)

Arguments

ArgumentDescription
xa string from an md file

Examples

format_leading_whitespace(" This is a cool string! ")
Edit this page on GitHub