commit 865a92ff5949d9e188fd8eb0912917c68109d022 parent 7cb1a90ede1b156b7495c31c9cbc21e0dd168107 Author: Byron Torres <b@torresjrjr.com> Date: Thu, 11 Feb 2021 02:42:25 +0000 Print pandoc version when compiling Diffstat:
M | pdssg | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/pdssg b/pdssg @@ -150,6 +150,9 @@ cache_posts_metadata() { process_files() { echo echo "# Processing Markdown files" + echo + pandoc --version + echo for md_file in $@ do