diff options
| author | mion <> | 2026-03-27 16:27:18 +0000 |
|---|---|---|
| committer | mion <> | 2026-03-27 16:27:18 +0000 |
| commit | a8541926987d79a2122276817168b449d666f448 (patch) | |
| tree | 05af9873cf09344fd59caa82eaab3746613ed3bc /make.sh | |
| parent | 1d4cefebd1053a697291a95beb32b3c535037b3d (diff) | |
update
Diffstat (limited to 'make.sh')
| -rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
