aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 85c74b6..1d4484e 100755
--- a/build
+++ b/build
@@ -52,7 +52,7 @@ genpages() (
tohtml() {
srcfile=${1#.} srcfile=${srcfile%.*}.txt
case "${1##*.}" in
- md) markdown "$1" ;;
+ md) markdown -f footnote -f fencedcode "$1" ;;
txt) txt2html "$1" ;;
esac |