aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/commonmark.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-06 09:30:19 -0300
committerEuAndreh <eu@euandre.org>2021-06-06 09:30:19 -0300
commit81643ca1677593291d2024ace4f25b2885c888d4 (patch)
treecf9461f047dac5c0612c097b3dfc9ef83d04bf91 /aux/workflow/commonmark.sh
parentsrc/remembering.sh: Use tabs for separating options columns (diff)
downloadremembering-81643ca1677593291d2024ace4f25b2885c888d4.tar.gz
remembering-81643ca1677593291d2024ace4f25b2885c888d4.tar.xz
aux/: Use tabs over spaces for .sh files
Diffstat (limited to 'aux/workflow/commonmark.sh')
-rwxr-xr-xaux/workflow/commonmark.sh21
1 files changed, 11 insertions, 10 deletions
diff --git a/aux/workflow/commonmark.sh b/aux/workflow/commonmark.sh
index 6b44358..e97751b 100755
--- a/aux/workflow/commonmark.sh
+++ b/aux/workflow/commonmark.sh
@@ -6,13 +6,14 @@ mkdir -p public
PROJECT_UC="$1"
F="$2"
-pandoc --toc \
- --highlight-style pygments \
- --toc-depth=2 \
- -s \
- --metadata title="$PROJECT_UC - ${F%.*}" \
- --metadata lang=en \
- -r commonmark \
- -w html \
- -H aux/workflow/favicon.html \
- < "$F" > "public/${F%.*}.html"
+pandoc \
+ --toc \
+ --highlight-style pygments \
+ --toc-depth=2 \
+ -s \
+ --metadata title="$PROJECT_UC - ${F%.*}" \
+ --metadata lang=en \
+ -r commonmark \
+ -w html \
+ -H aux/workflow/favicon.html \
+ < "$F" > "public/${F%.*}.html"