소스 검색

pandoc: update markdown example (#3521)

Updating based on warning from Pandoc: `[WARNING] Deprecated: markdown_github. Use gfm instead.`
Matt Broberg 5 년 전
부모
커밋
224243de56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/common/pandoc.md

+ 1 - 1
pages/common/pandoc.md

@@ -9,7 +9,7 @@
 
 - Force conversion to use a specific format:
 
-`pandoc {{input.docx}} --to {{markdown_github}} -o {{output.md}}`
+`pandoc {{input.docx}} --to {{gfm}} -o {{output.md}}`
 
 - Convert to a standalone file with the appropriate headers/footers (for LaTeX, HTML, etc.):