Process bold syntaxes in a text.
Description
The syntax used for bold text is: text Just wrap the text with asterisk characters. To escape an asterisk insert a backslash() before the character like "*".
Parameters
$textstringrequired- Text to process.
Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |