Gregwar\RST\Span::link PHP Method

    public function link($url, $title)
    {
        return $title . ' (' . $url . ')';
    }