From 1606e5fa907ed2b6b3e83ae5176dea9b258d370b Mon Sep 17 00:00:00 2001 From: Stanley Lieber Date: Wed, 10 Jun 2020 21:53:35 -0400 Subject: [PATCH] sites/werc.cat-v.org/docs/config-options.md: default markdown.pl -> md2html.awk --- sites/werc.cat-v.org/docs/config-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/werc.cat-v.org/docs/config-options.md b/sites/werc.cat-v.org/docs/config-options.md index 010504e..2af7233 100644 --- a/sites/werc.cat-v.org/docs/config-options.md +++ b/sites/werc.cat-v.org/docs/config-options.md @@ -6,7 +6,7 @@ You can also find a description of some basic config options in the `etc/initrc` 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