public function makeLinks($text, $target = '_blank', $class = '')
 {
     return ParserUtil::makeLinks($text, $target, $class);
 }