Does anybody know a VBScript implementation of Markdown?

I want to use it in my webpages written in Classic ASP to convert Markdown markup to HTML.

UPDATE Jan 26: Nobody?

link|improve this question

1  
yikes. there's still people doing classic ASP??!! That's been obsolete for... what, 10?, 12? years. – Spudley Jan 18 '11 at 14:43
1  
Why be so contemptuous? SO is meant for helping each other with programming issues, not for criticizing choices of other people. Yes, I sometimes use Classic ASP, it works fine for me! – waanders Jan 19 '11 at 9:33
In a way he’s right though. ASP’s obsolescence pretty much ensures that not a lot of new libraries are developed for it so finding a Markdown library for it will probably be pretty hard. And switching to ASP.NET is kind of obvious … – Konrad Rudolph Jan 26 '11 at 11:27
Though brought in a less clear manner, Spudley does raise a point regarding your search for an answer. Lack of users/development -> lack of new ideas being implemented. It might be very likely that nobody has done such a thing and that nobody ever will. – Ward Muylaert Jan 26 '11 at 11:27
Thanks for you comment. Maybe you're right, but Markdown itself is also already 6 years old, so I was hoping for a VB dialect implementation. – waanders Jan 26 '11 at 13:14
feedback

1 Answer

http://aspnetresources.com/blog/markdown_announced

link|improve this answer
Thanks, I'll have a look at that – waanders Jan 28 '11 at 18:26
feedback

Your Answer

 
or
required, but never shown

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