amyreese / markdown-pp

Preprocessor for Markdown files to generate a table of contents and other documentation needs
MIT License
309 stars 68 forks source link

Include *.md? #52

Closed valzi closed 5 years ago

valzi commented 6 years ago

Is it possible to include all .md files in a directory alphabetically without creating an include for each one? Is anything similar to this possible?

amyreese commented 6 years ago

Should be easy to add with globbing, but will need someone else to implement.

JohnathonNow commented 6 years ago

If I have code to resolve this should I just open a PR?

amyreese commented 6 years ago

Please do!