コード例 #1
0
ファイル: Markdown.php プロジェクト: cargomedia/cm
 protected function _doAnchors_reference_callback($matches)
 {
     if (!$this->_skipAnchors) {
         return parent::_doAnchors_reference_callback($matches);
     }
     $link_text = $matches[2];
     return $link_text;
 }