DCsunset / pandoc-include

A pandoc filter to allow file and header inclusion
MIT License
63 stars 14 forks source link

fix(37): protect against empty lines #38

Open towi opened 1 year ago

towi commented 1 year ago

removeLeadingWhitespaces() to return the input string if it only contains whitespaces.

added try-except around dedent for better error messages