We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3bef5 commit 156e37bCopy full SHA for 156e37b
build.sh
@@ -603,6 +603,13 @@ do_md_fixups() {
603
fi
604
605
606
+ # Configure lofItemTemplate/lotItemTemplate in the YAML frontmatter.
607
+ # These are placed first in the frontmatter so they won't override any existing settings.
608
+ # These can't be passed as --metadata since the dollar signs won't expand properly.
609
+ # These have no effect on PDF output.
610
+ sed -i '0,/^---$/{s//---\nlofItemTemplate: |\n 1. \$\$lt\$\$/}' "${input}"
611
+ sed -i '0,/^---$/{s//---\nlotItemTemplate: |\n 1. \$\$lt\$\$/}' "${input}"
612
+
613
# These don't render correctly:
614
# - The lists are raw text and not clickable entries.
615
# - The "List of Figures" and "List of Tables" headers show up in the toc
0 commit comments