aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-13 09:09:08 -0300
committerEuAndreh <eu@euandre.org>2021-09-13 13:13:47 -0300
commit2937c4941ad24aa4c8550c85bb9e17a99fdd7b2a (patch)
tree2b408c8bffaa6a0608e4520ec9ff1323913cd84b /aux/workflow
parentaux/workflow/style.css: Center the body and add a max-width (diff)
downloadgit-permalink-2937c4941ad24aa4c8550c85bb9e17a99fdd7b2a.tar.gz
git-permalink-2937c4941ad24aa4c8550c85bb9e17a99fdd7b2a.tar.xz
aux/workflow/commonmark.sh: Use the same style.css for all commonmark files
Diffstat (limited to 'aux/workflow')
-rwxr-xr-xaux/workflow/commonmark.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/aux/workflow/commonmark.sh b/aux/workflow/commonmark.sh
index 6f5e59b..39aacb4 100755
--- a/aux/workflow/commonmark.sh
+++ b/aux/workflow/commonmark.sh
@@ -39,4 +39,5 @@ pandoc \
--metadata "lang=$THE_LANG" \
-r commonmark \
-w html \
- -H aux/workflow/favicon.html
+ -H aux/workflow/favicon.html \
+ -H aux/workflow/style.css