aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-03 11:23:04 +0300
committerCem Keylan <cem@ckyln.com>2020-09-03 11:23:04 +0300
commit2fd9794e997632cdbf124e96a8006ade0532ab51 (patch)
treef9b2a2ed7fdef607ebb16c25071d3760a6a246fb /build
parent8fc958edbac321030dc377a081ca2d9391b71a74 (diff)
downloadwebsite-2fd9794e997632cdbf124e96a8006ade0532ab51.tar.gz
update
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 |