Pandoc setup

This commit is contained in:
Andrei Astafev 2019-04-20 15:00:20 +03:00
parent a228b612fe
commit 3300089396

View File

@ -90,15 +90,20 @@ PANDOC_OUTPUTS = {
} }
PANDOC_EXTRA_OPTIONS = [ PANDOC_EXTRA_OPTIONS = [
"--toc", "-V", "documentclass:extarticle",
"-V", "toc-title:Содержание", "-V", "toc-title:Содержание",
"-F", "skip-toc-tag", "-F", "skip-toc-tag",
"--highlight-style=tango",
"--resource-path=wiki",
"--template=wiki", "--template=wiki",
"--pdf-engine=xelatex" "--pdf-engine=xelatex"
] ]
PANDOC_MARKDOWN_EXTENSIONS = [ PANDOC_MARKDOWN_EXTENSIONS = [
"+smart" "+smart",
"+backtick_code_blocks",
"+fenced_code_blocks",
"+fenced_code_attributes"
] ]
#YUICOMPRESSOR_EXECUTABLE = "yui-compressor" #YUICOMPRESSOR_EXECUTABLE = "yui-compressor"