diff --git a/pelicanconf.py b/pelicanconf.py index e2fe9fe..350a569 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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"