79760215

Date: 2025-09-09 19:31:39
Score: 1
Natty:
Report link

Where you'd use a . to create namespacing in the template, you use : in the command-line argument. So for your specific example, you'd invoke

pandoc --variable values:amount="$(shell awk 'NR>1{print $0}' myfile.csv | wc -l)" dummy.md -o final.pdf

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): Where you
  • Low reputation (0.5):
Posted by: Matthew Cole