summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-10-06 21:31:41 +0800
committerIru Cai <mytbk920423@gmail.com>2016-10-06 21:31:41 +0800
commita02f5ef96d8f2a3b3e8892d20b347c69e0f6c07c (patch)
treefd8209fe685babd14f5b30c32e7a6e8c7e24aebc /Makefile
parent3022739ec488aee2283e0d53b26b8658e7c0a5e6 (diff)
downloadfsfs-zh-a02f5ef96d8f2a3b3e8892d20b347c69e0f6c07c.tar.xz
support backtick_code_blocks
use \VerbatimFootnotes in template to enable code block in footnotes.
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 151ea3d..7501572 100755
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ METADATA = ebook/metadata.xml
TOC = --toc --toc-depth=2 --epub-chapter-level=2
COVER_IMAGE = docs/cover.png
LATEX_CLASS = book
-PANDOC_TEX = pandoc --from="markdown_mmd+link_attributes" $(TOC) --latex-engine=xelatex -V documentclass=book
+PANDOC_TEX = pandoc --from="markdown_mmd+link_attributes+backtick_code_blocks" $(TOC) --latex-engine=xelatex -V documentclass=book
TEMPLATE=./pdf
PREFACES = docs/foreword-trans.md \
docs/foreword-v3.md \