Skip to content

Instantly share code, notes, and snippets.

View EvanEdwards's full-sized avatar

Evan Edwards EvanEdwards

View GitHub Profile
@EvanEdwards
EvanEdwards / pandoc2handlebars.sh
Last active January 27, 2024 01:43
Convert pandoc template to handlebars (partial)
#!/bin/bash
if [ $# -lt 1 ] || [ "$1" == "--help" ] || [ "$1" == "-h" ]
then
echo "pandoc2handlebars.sh FILE [FILE...]
Converts (partially) the given Pandoc templates to Handlebars files.
Hand edit the \$for(var)\$ and other unconverted bits.
"