Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a VBScript implementation of Markdown?

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?

like image 880
waanders Avatar asked Jan 17 '11 10:01

waanders


1 Answers

Just posting an answer to this since I was just looking and this is what comes up at the top of the search.

There is a jScript implementation (e.g. server side js) wrapped in a classic asp/vbScript class for converting markdown into HTML:

https://github.com/nagaozen/asp-xtreme-evolution/blob/master/lib/axe/classes/Parsers/markdown.asp

like image 85
GWR Avatar answered Sep 26 '22 02:09

GWR