commit d76c47abb9eadad9b6a7e283f316d851cda5d2fb
parent 617eaf492baa18b38ab6e366b45558faf892413c
Author: Florian Dold <florian@dold.me>
Date: Tue, 5 Mar 2024 11:12:15 +0100
taler-terms-generator: work with older pandoc
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/contrib/taler-terms-generator b/contrib/taler-terms-generator
@@ -278,10 +278,12 @@ for d in en $(ls -d ${LOCALE_DIR}/?? | grep -v "en" 2>/dev/null || true); do
--shift-heading-level-by=-1
echo "$VERSION_BASENAME HTML ($LANGUAGE)..." 1>&2
+ # FIXME: Newer versions of pandic should use
+ # --embed-resources --standalone instead of --self-contained
pandoc \
-i "$BUILDFILE_MARKDOWN" \
-o "${OUTBASE}.html" \
- --embed-resources --standalone \
+ --self-contained \
--shift-heading-level-by=-1
echo "$VERSION_BASENAME TXT ($LANGUAGE)..." 1>&2