Create bold text.
The formatted text.
bold('bold text'); // '**bold text**'
The text to be formatted.
Create bold text.
Returns
The formatted text.
Example