Trait cebe\markdown\inline\UrlLinkTrait

Implemented bycebe\markdown\GithubMarkdown, cebe\markdown\latex\GithubMarkdown

Adds auto linking for URLs

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
parseUrl() Parses urls and adds auto linking feature. cebe\markdown\inline\UrlLinkTrait
renderAutoUrl() cebe\markdown\inline\UrlLinkTrait

Method Details

parseUrl() protected method

Parses urls and adds auto linking feature.

protected void parseUrl ( $markdown )
$markdown
renderAutoUrl() protected method

protected void renderAutoUrl ( $block )
$block