Solar_Markdown::getLink()
public
bool|array
Solar_Markdown::getLink
( string $name
)
Returns the href and title of a named link reference.
Parameters
(string)
$name
: The link reference name.
Returns
(bool|array) If the link reference exists, returns an array with keys 'href' and 'title'. If not, returns false.
Description
Returns the href and title of a named link reference.