mgd_format
mgd_format -- Format text using the Midgard formatting engine.
Description
string mgd_format (string value, string formatspecifier)
Minimum version: Midgard 1.4.3 (Rough Landing)
This function transforms the text given the midgard format specifier.
Example:
content, 'F');
?>
Is the same as:
&(article.content:F);
