Pandoc setup
This commit is contained in:
parent
a228b612fe
commit
3300089396
@ -90,15 +90,20 @@ PANDOC_OUTPUTS = {
|
||||
}
|
||||
|
||||
PANDOC_EXTRA_OPTIONS = [
|
||||
"--toc",
|
||||
"-V", "documentclass:extarticle",
|
||||
"-V", "toc-title:Содержание",
|
||||
"-F", "skip-toc-tag",
|
||||
"--highlight-style=tango",
|
||||
"--resource-path=wiki",
|
||||
"--template=wiki",
|
||||
"--pdf-engine=xelatex"
|
||||
]
|
||||
|
||||
PANDOC_MARKDOWN_EXTENSIONS = [
|
||||
"+smart"
|
||||
"+smart",
|
||||
"+backtick_code_blocks",
|
||||
"+fenced_code_blocks",
|
||||
"+fenced_code_attributes"
|
||||
]
|
||||
|
||||
#YUICOMPRESSOR_EXECUTABLE = "yui-compressor"
|
||||
|
Loading…
Reference in New Issue
Block a user