Update pandoc Makefile
							parent
							
								
									fce3115e80
								
							
						
					
					
						commit
						89a5fcbebf
					
				| 
						 | 
					@ -11,16 +11,16 @@ all: $(exports)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%.html:%.md
 | 
					%.html:%.md
 | 
				
			||||||
	pandoc \
 | 
						pandoc \
 | 
				
			||||||
	 -f markdown \
 | 
						 -f markdown+latex_macros-yaml_metadata_block \
 | 
				
			||||||
	 -t html5 \
 | 
						 -t html5 \
 | 
				
			||||||
	 -c pandoc.css \
 | 
						 -c pandoc.css \
 | 
				
			||||||
	 --pdf-engine=xelatex \
 | 
						 --pdf-engine=xelatex \
 | 
				
			||||||
	 --bibliography $(VIMWIKI_DIR)/references.bib \
 | 
						 --bibliography $(VIMWIKI_DIR)/references.bib \
 | 
				
			||||||
	 --citeproc \
 | 
						 --citeproc \
 | 
				
			||||||
	 --highlight-style=monochrome \
 | 
					 | 
				
			||||||
	 --resource-path=$(VIMWIKI_DIR)/img/ \
 | 
						 --resource-path=$(VIMWIKI_DIR)/img/ \
 | 
				
			||||||
	 --lua-filter=$(VIMWIKI_DIR)/filters/html-links.lua \
 | 
						 --lua-filter=$(VIMWIKI_DIR)/filters/html-links.lua \
 | 
				
			||||||
	 --lua-filter=$(VIMWIKI_DIR)/filters/diagram-generator.lua \
 | 
						 --lua-filter=$(VIMWIKI_DIR)/filters/diagram-generator.lua \
 | 
				
			||||||
 | 
						 --lua-filter=$(VIMWIKI_DIR)/filters/tikz.lua \
 | 
				
			||||||
	 --lua-filter=$(VIMWIKI_DIR)/filters/lilypond.lua \
 | 
						 --lua-filter=$(VIMWIKI_DIR)/filters/lilypond.lua \
 | 
				
			||||||
	 --mathjax \
 | 
						 --mathjax \
 | 
				
			||||||
	 --extract-media=img \
 | 
						 --extract-media=img \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue