shithub: werc

Download patch

ref: 1606e5fa907ed2b6b3e83ae5176dea9b258d370b
parent: 0a3cd51040f33dfa192df1b27e7b81f4a6d7fd2e
author: Stanley Lieber <sl@stanleylieber.com>
date: Wed Jun 10 17:53:35 EDT 2020

sites/werc.cat-v.org/docs/config-options.md: default markdown.pl -> md2html.awk

--- a/sites/werc.cat-v.org/docs/config-options.md
+++ b/sites/werc.cat-v.org/docs/config-options.md
@@ -6,7 +6,7 @@
 General Setup Options
 --------------------
 
-* `formatter` - Command to use for document formatting (usually some form of markdown), should be able to take input both from file names passed as arguments or from stdin if no file names are provided. By default: `formatter=(fltr_cache markdown.pl)`
+* `formatter` - Command to use for document formatting (usually some form of markdown), should be able to take input both from file names passed as arguments or from stdin if no file names are provided. By default: `formatter=(fltr_cache md2html.awk)`
 
 
 Titles and Metadata
--