8 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			Text
		
	
	
	
	
	
: foreach *.md | templates/footer.html |> \
 | 
						|
	pandoc --from markdown --to html \
 | 
						|
	--template=templates/pandoc.html \
 | 
						|
	--css css/default.css \
 | 
						|
	--include-before-body=templates/nav.html \
 | 
						|
	--include-after-body=templates/footer.html \
 | 
						|
	%f --output=%o \
 | 
						|
	|> %B.html
 |