Trait cebe\markdown\inline\UrlLinkTrait
| Implemented by | cebe\markdown\GithubMarkdown, cebe\markdown\latex\GithubMarkdown |
|---|
Adds auto linking for URLs
Protected Methods
| Method | Description | Defined By |
|---|---|---|
| parseUrl() | Parses urls and adds auto linking feature. | cebe\markdown\inline\UrlLinkTrait |
| renderAutoUrl() | cebe\markdown\inline\UrlLinkTrait |
Method Details
Parses urls and adds auto linking feature.
| protected void parseUrl ( $markdown ) | ||
| $markdown | ||
| protected void renderAutoUrl ( $block ) | ||
| $block | ||