summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci-prod.ick2
1 files changed, 1 insertions, 1 deletions
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 '{}' +