9 lines
		
	
	
	
		
			291 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			291 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
							 |