public function MarkdownInterface::transform in Markdown 7
* 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 includes/
Markdown.php - * Main function. Performs some preprocessing on the input text and pass * it through the document gamut. * * @api * *
File
- includes/
MarkdownInterface.php, line 37
Class
- MarkdownInterface
- Markdown Parser Interface
Namespace
MichelfCode
public function transform($text);