Markdown in Javascript

Posted by Kerry Tue, 06 Mar 2007 13:18:00 GMT

John Fraser has implemented Markdown in javascript

I can see this being pretty useful. Typo, for example, has a live preview when editing articles which(I guess) is doing some Ajax to render the preview. Using the Javascript implementation could save those calls.