Dear all, I this use-case: Many markdown-files hierarchically ordered in folders. Every file starts with the top-level headline mark "#". I want to convert these files like this: pandoc $(cat outline.txt) -o target.html where outline.txt contains the relative pathes to all files. 00.md 01/00.md 01/01/00.md 01/01/01.md 01/01/02.md Is there a way to tell pandoc that it should regard the headline levels according to the folder structure? So that the first headline in 01/01/00.md is regarded as '###' not as '#'? Or shall I go an other way and write a prebuild script that converts the headline level in these files according to their position in the folder hierarchy? Any hints? juh -- Autoren-Homepage: ......... http://literatur.hasecke.com Satiren & Essays: ......... http://www.sudelbuch.de Privater Blog: ............ http://www.hasecke.eu Netzliteratur-Projekt: .... http://www.generationenprojekt.de