Update 'md-to-pdf'

This commit is contained in:
privacy1st 2021-09-10 11:30:34 +02:00
parent 0f46ff0bdd
commit 618798c27a

View File

@ -1,8 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
SCRIPT_TITLE=md-to-pdf SCRIPT_TITLE=md-to-pdf
# depends=(chromium cmark-gfm) depends=(chromium cmark-gfm) # 'chromium' is e.g. provided by the package 'ungoogled-chromium'
depends=(ungoogled-chromium cmark-gfm)
optdepends=() optdepends=()
# Uncomment for debugging: # Uncomment for debugging: