You are here

public static function MarkdownInterface::defaultTransform in Express 8

* 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 vendor/michelf/php-markdown/Michelf/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

vendor/michelf/php-markdown/Michelf/MarkdownInterface.php, line 26

Class

MarkdownInterface
Markdown Parser Interface

Namespace

Michelf

Code

public static function defaultTransform($text);