You are here

public function MarkdownInterface::transform in Express 8

* Main function. Performs some preprocessing on the input text * and pass it through the document gamut. * * @api * *

Parameters

string $text: * @return string

1 method overrides MarkdownInterface::transform()
Markdown::transform in vendor/michelf/php-markdown/Michelf/Markdown.php
* Main function. Performs some preprocessing on the input text and pass * it through the document gamut. * * @api * *

File

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

Class

MarkdownInterface
Markdown Parser Interface

Namespace

Michelf

Code

public function transform($text);