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