How can I convert markdown to html (should i use a

2019-02-13 01:51发布

问题:

What is the best way to convert from markdown to html. Should i write my own script of use something already out there?

Are there any existing markdown converters you can recommend? that are lightweight and easy to install.

n.b. I am using php.

回答1:

I think you should try something opensource first, then if the existing solutions don't fit your needs either try modifying them or rolling your own.

Parsedown looks rather promising: http://parsedown.org/



回答2:

Check these PHP Libraries:

  • Parse Down: http://parsedown.org/
  • Mark Down Extra: https://michelf.ca/projects/php-markdown/extra/
  • Mark Down OO: https://github.com/maxtsepkov/markdown-oo-php