コード例 #1
0
ファイル: markdown_to_html.php プロジェクト: bermi/akelos
 public function convert()
 {
     return $this->source = preg_replace("/([ \n\t]+)/", ' ', AkTextHelper::markdown($this->source));
 }