문서의 이전 판입니다!
pandoc -f markdown -t html Hello *pandoc*! # <Ctrl-D> # 출력 <p>Hello <em>pandoc</em>!</p>
# markdown 파일을 html로 변환 pandoc test1.md -f markdown -t html -s -o test1.html # to docx pandoc test.md -f markdown -t docx -o test.docx
-o : 출력 파일 지정-s : 옵션은 standalone으로 모든 헤더 푸터까지 다 만들도록 함.texlive 패키지.