diff options
author | EuAndreh <eu@euandre.org> | 2021-01-16 09:07:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-16 09:07:59 -0300 |
commit | fb219ef7629231797d787c2ba22e3b711b0c3e44 (patch) | |
tree | 7135c31952b7c6501a1076df63e39cfe21a78334 /build-aux/workflow/TODOs.sh | |
parent | build-aux/workflow: add lang metadata and syntax-highlighting (diff) | |
download | server-fb219ef7629231797d787c2ba22e3b711b0c3e44.tar.gz server-fb219ef7629231797d787c2ba22e3b711b0c3e44.tar.xz |
TODOs.rst: Add 268afd29-d602-4f9c-9de8-348cc0b671fb
Diffstat (limited to 'build-aux/workflow/TODOs.sh')
-rwxr-xr-x | build-aux/workflow/TODOs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/workflow/TODOs.sh b/build-aux/workflow/TODOs.sh index 8100eb8..f080001 100755 --- a/build-aux/workflow/TODOs.sh +++ b/build-aux/workflow/TODOs.sh @@ -9,7 +9,7 @@ export MAILING_LIST="$3" envsubst < build-aux/workflow/preamble.rst | \ cat - TODOs.rst | \ pandoc --toc \ - --highlight-style pygments \ + --highlight-style pygments \ --toc-depth=2 \ -s \ --metadata title="$1 - TODOs" \ |