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

Print error message when a non-existent file is included. #23

Closed leotrs closed 8 years ago

leotrs commented 8 years ago

Addresses issue 14. Output is same as before: if a non existent file is included, the !INCLUDE directive is erased and a blank line is left instead. The only change is now markdown-pp prints an error to stdout.