Fixup pandoc long option
This commit is contained in:
parent
643916762e
commit
f35f8e137c
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
find . -iname "*.md" -type f -exec sh -c 'pandoc -s -f commonmark -t html --template src/template.html -o "''${0%.md}.html" "''${0}"' {} \;
|
||||
find . -iname "*.md" -type f -exec sh -c 'pandoc -s -f commonmark -t html --template=src/template.html -o "''${0%.md}.html" "''${0}"' {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue