PHP Class luya\tag\TagMarkdownParser

Since: 1.0.0-rc1
Author: Basil Suter ([email protected])
Inheritance: extends cebe\markdown\GithubMarkdown
Datei anzeigen Open project: luyadev/luya Class Usage Examples

Public Properties

Property Type Description
$enableNewlines Enabled the newline generation by default for the tag markdown parser class.

Protected Methods

Method Description
parseUrl ( string $markdown ) Disable the url parsing of markdown.

Method Details

parseUrl() protected method

Disable the url parsing of markdown.
protected parseUrl ( string $markdown )
$markdown string

Property Details

$enableNewlines public_oe property

Enabled the newline generation by default for the tag markdown parser class.
public $enableNewlines