summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index e6edeef..bf49094 100755
--- a/make.sh
+++ b/make.sh
@@ -69,7 +69,7 @@ for page in *.md; do
sed -e "s|{{ page }}|\>\<\> $title|g" -e "s|{{ title }}|$title|g" ../template.html >> $pagename
fi
- cmark-gfm --unsafe -e table -e autolink $page >> $pagename
+ cmark-gfm --unsafe -e table -e autolink -e strikethrough $page >> $pagename
ordinal="th"