summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authormion <>2026-03-27 16:27:18 +0000
committermion <>2026-03-27 16:27:18 +0000
commita8541926987d79a2122276817168b449d666f448 (patch)
tree05af9873cf09344fd59caa82eaab3746613ed3bc /make.sh
parent1d4cefebd1053a697291a95beb32b3c535037b3d (diff)
update
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 }}|\&gt;\&lt;\&gt; $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"