| Add example of formatter option using md2html.awk. - swerc - anselm's simpler w… | |
| git clone git://git.suckless.org/swerc | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit d9257087e1d9fac9dfae34e5f8dd8518a7a07386 | |
| parent 4aab6f989554856982eaff990139104719451f39 | |
| Author: [email protected] <unknown> | |
| Date: Tue, 28 Jul 2009 20:48:18 +0200 | |
| Add example of formatter option using md2html.awk. | |
| Diffstat: | |
| M etc/initrc | 1 + | |
| 1 file changed, 1 insertion(+), 0 deletions(-) | |
| --- | |
| diff --git a/etc/initrc b/etc/initrc | |
| @@ -19,6 +19,7 @@ path=($plan9port/bin . ./bin ./bin/contrib /bin /usr/bin) | |
| # takes as an argument a filter, in the default configuration markdown.pl, that | |
| # caches output) Note that some werc components assume a markdown-like | |
| # formatter, but all major functionality should should be formatter agnostic. | |
| +#formatter=(md2html.awk) | |
| formatter=(fltr_cache markdown.pl) | |
| # Enable debugging, to disable set to () |