Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I convert markdown to html (should i use an existing script)? [closed]

Tags:

html

php

markdown

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.

like image 232
Jai Avatar asked Sep 21 '11 11:09

Jai


1 Answers

Check these PHP Libraries:

  • Mark Down Extra
  • Mark Down OO (GitHub: Doesn't exist anymore, than I checked)
  • Parsedown (GitHub)
  • PHP Markdown (GitHub)
  • cebe/markdown (GitHub)
like image 138
Wissam El-Kik Avatar answered Oct 23 '22 13:10

Wissam El-Kik