There’s a Markdown-to-HTML converter at Pagedown project (JS script).
My question is: how can I adapt this JS script to WSH (Windows Script Host) usage? I need e.g. js script which can be called by WSH command line:
cscript.exe md_to_html.js c:\test\aa.md
I didn’t find such page in google.
Create WSF-file named pagedown.wsf with the following script
and use it with cscript.exe
In case of troubles with ADODB try to download and install it from here.