The current regexp only lets you include other *.md files, but it's sometimes handy to be able to include other source files in your pdf for developer docs (such as external json, js, or other source code).
I've relaxed the regex so you can include files with any extension, rather than just .md
The current regexp only lets you include other *.md files, but it's sometimes handy to be able to include other source files in your pdf for developer docs (such as external json, js, or other source code).
I've relaxed the regex so you can include files with any extension, rather than just .md