설치

  1. Perl 프로그램을 설치한다. 여기서는 윈도우용 구현체 중 하나인 Strawberry Perl을 사용한다.


  2. 마크다운 본진에서 마크다운 스크립트를 다운받는다.


사용법

  1. 결과를 화면으로 출력
    perl markdown.pl inputfile.txt
    
  2. 결과를 파일로 저장 (헤더는 붙지 않는다)
    perl markdown.pl inputfile.txt > outputfile.html
    


,