Docs

evf_process_italic_syntax( string $text ): string

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.

Return

string Processed text.

Changelog

VersionDescription
1.7.0Introduced.