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
Argument | Description |
---|---|
x | a string from an md file |
Examples
format_leading_whitespace(" This is a cool string! ")