Pandoc setup
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user