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.

link|improve this question

What do you mean convert plain text to markdown? Markdown is written in plain text. – Shef Sep 21 '11 at 11:17
Plain text would be identical in markdown, it only becomes markdown when you include the specific character sequences that are defined by markdown. Not sure what you are trying to achieve or if you really mean plain text. – Lazarus Sep 21 '11 at 11:17
sorry got myself mixed up there, meant markdown to html – Jai Sep 21 '11 at 11:19
1  
Why should you want to write your own converter, if there is an existing one? – hakre Sep 21 '11 at 11:26
i had no idea, only recently actually heard about markdown, new territory for me. – Jai Sep 23 '11 at 15:06
feedback

1 Answer

up vote 3 down vote accepted

First result in google for markdown php seems pretty nice (and John Gruber from Daring Fireball recommends it).

link|improve this answer
1  
It seems that John Gruber is the creator of Markdown, so I guess his recommendation is very valuable. – Carlos Campderrós Sep 21 '11 at 11:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.