diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-07-06 10:03:59 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-07-06 10:03:59 -0400 |
| commit | f95236fda7df4ff920101028b8efc4f5ebf4c1ab (patch) | |
| tree | 33bdc192083537f9bcb835e4e5fea27c0dc501ef /barf | |
| parent | b3bf04932880e9f984675cff5d70da58167316cc (diff) | |
Move back to lowdown for speedy builds and simplicity
Diffstat (limited to 'barf')
| -rwxr-xr-x | barf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ elif [ "$os_name" = "Darwin" ]; then fi set -eu -MARKDOWN=kramdown +MARKDOWN=lowdown IFS=' ' # Create tab-separated file with filename, title, creation date, last update |
