From b56c80308c35bbbe06f403f499efec3dd1b4dc56 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 4 Sep 2022 18:21:52 +0300 Subject: fix: don't allow smart typesetting in markdowns Sponsored-by: author --- ci-prod.ick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-prod.ick b/ci-prod.ick index 49da2c5..f43cf05 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -1521,7 +1521,7 @@ pipelines: while read file do base="$(basename "$file" .md)" - pandoc -f markdown -t html "$file" -o "$output/$base.html" + pandoc -f markdown-smart -t html "$file" -o "$output/$base.html" done find "$output" -type f -exec chmod 0644 '{}' + -- cgit v1.2.1