make it gfm

This commit is contained in:
2026-04-15 19:10:20 +02:00
parent 7d28e44efa
commit 9267c8a170
3 changed files with 45 additions and 49 deletions

View File

@@ -3,6 +3,6 @@ set -xeuo pipefail
${PANDOC_PATH:-pandoc} \
--template="${HTML_TEMPLATE:-template.html}" \
--metadata title="${HTML_TITLE:-"Arch + i3"}" \
-f markdown+fenced_divs+markdown_in_html_blocks \
-f gfm \
\
"${1:-toc.md}" -o "${2:-toc.html}"