I have a multiple directory structure with Markdown files. 
/Topic_1_dir
 index.md
/Topic_2_dir
  /Sub_topic_2_dir
   index.md
 index.md
.
.Links, for example in Topic_1_dir index.md, to point to other Markdown files like:

[Link_to_Sub_Topic_2](./Topic_2_dir/Sub_topic_2_dir)

would point to that directorys index.md file.

How can I call pandoc to traverse these files and generate a single PDf file with links?

Thanks,

Russ


--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/a289f234-917e-4b20-aa21-279225ec770cn%40googlegroups.com.