werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

commit fb77f0070b41266a13a57bce0fcf7a881f543969
parent 4478ac56d1af4e2236e21870b76b9712d0aba9ef
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date:   Wed,  8 Mar 2023 07:26:35 +0000

tweak: discount markdown doesn't actually take any args.

Diffstat:
Mbin/contrib/discount.rc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/contrib/discount.rc b/bin/contrib/discount.rc @@ -2,4 +2,5 @@ # requires discount markdown: <https://www.pell.portland.or.us/~orc/Code/discount/> # note: must restart the application when this is changed # flags can be seen at: <https://github.com/Orc/discount/blob/3520113e1fbf2e012ba24ceb1343c37acda4edf0/pgm_options.c#L45=> -/usr/bin/markdown -f fencedcode -f ext -f footnote -f latex $1 + +/usr/bin/markdown -f fencedcode -f ext -f footnote -f latex