summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTong Hui <tonghuix@gmail.com>2016-10-06 22:22:33 +0800
committerTong Hui <tonghuix@gmail.com>2016-10-06 22:22:33 +0800
commitea4226868a14de53a3be8ea15eb60f0355d05474 (patch)
tree3e47ff5fe0ccdb98b5f94e795a4815557d410c84
parentdbb390b74f72a8aa321dcd4a5903dd774a11640e (diff)
downloadfsfs-zh-ea4226868a14de53a3be8ea15eb60f0355d05474.tar.xz
better code highlight
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7501572..27ad645 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+backtick_code_blocks" $(TOC) --latex-engine=xelatex -V documentclass=book
+PANDOC_TEX = pandoc --from="markdown_mmd+link_attributes+backtick_code_blocks+fenced_code_attributes" $(TOC) --latex-engine=xelatex -V documentclass=book
TEMPLATE=./pdf
PREFACES = docs/foreword-trans.md \
docs/foreword-v3.md \