How to parse Markdown in PHP?

后端 未结 5 921
误落风尘
误落风尘 2020-12-23 20:48

First, I know, there already is a Markdown parser for PHP. I also took a look to this question but it doesn\'t answer to my question.

Obviously, even if the title me

5条回答
  •  感情败类
    2020-12-23 21:40

    There is PHP Markdown Extra that seems to be popular, you could start by looking at its source.

提交回复
热议问题