public static function MarkdownInterface::defaultTransform in Markdown 7
* Initialize the parser and return the result of its transform method. * This will work fine for derived classes too. * * @api * *
Parameters
string $text: * @return string
1 method overrides MarkdownInterface::defaultTransform()
- Markdown::defaultTransform in includes/
Markdown.php - * Simple function interface - Initialize the parser and return the result * of its transform method. This will work fine for derived classes too. * * @api * *
File
- includes/
MarkdownInterface.php, line 26
Class
- MarkdownInterface
- Markdown Parser Interface
Namespace
MichelfCode
public static function defaultTransform($text);