Skip to content

Instantly share code, notes, and snippets.

@MasWag
Created February 6, 2013 13:33
Show Gist options
  • Save MasWag/4722513 to your computer and use it in GitHub Desktop.
Save MasWag/4722513 to your computer and use it in GitHub Desktop.
WindowsでMarkdownからhtmlを生成するバッチファイル。Markdown.plと同じディレクトリに置いておいて、Active Perlが必要。 This batchfile (of course in Windows) generates html from Markdown. It requires Markdown.pl (same directiry) and Active Perl.
Markdown.pl %1 > %~n1.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment