diff --git a/ssg5 b/ssg5 index 37e858d..9932465 100755 --- a/ssg5 +++ b/ssg5 @@ -1,4 +1,6 @@ !/usr/pkg/bin/bash +# Pete Dussin (6/10/21): lowdown changed their flags. Updated just the fuction +# render_md_files_lowdown from rgz's ssg6 code, too lazy to check for other changes # Pete Dussin (6/27/20): using sh -e didn't work, but it ran without -e (exit on error) # instead of that, I looked online and found some error handling lines # that return a stack trace, but 'caller' is only in bash, so I'm running