ParsedownPHP 寫的 Markdown 解析器
Parsedown 是一個(gè)用 PHP 寫的 Markdown 解析器,解析速度非常快,而且簡(jiǎn)潔。
示例代碼:
$text = 'Hello **Parsedown**!'; $result = Parsedown::instance()->parse($text); echo $result; # prints: <p>Hello <strong>Parsedown</strong>!</p>
評(píng)論
圖片
表情
