From d255058a4618d5f434eeabe4a1b8cc26e782a7d9 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 24 May 2025 15:49:43 +0200 Subject: Make lowdown output HTML --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 67776d5..f612269 100755 --- a/build.sh +++ b/build.sh @@ -22,7 +22,8 @@ copyfile() { md) t="$(markdowntitle "$file")" sed "s/TITLE/$t/" < top.html > "$ind" - lowdown "$file" >> "$ind" + lowdown --html-no-skiphtml --html-no-escapehtml \ + "$file" >> "$ind" cat bottom.html >> "$ind" ;; html) -- cgit v1.3