-
-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
Description
PR #248 supports the ability to pass multiple files, but I notice that if I pass a glob pattern (eg *.html) to combine multiple files into a single PDF:
- in the command line version of pandoc, the glob returned docs are parsed in alphabetical sort order;
- in pypandoc, the glob returned files are parsed in an arbitrary order.
If a glob pattern is passed, eg to capture files 01.md, 02.md etc, it would be really useful if the sort order were respected.