From 8855a73dd8e623fe4845a83e71498c9e9a05e8a1 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Sun, 6 Nov 2022 22:53:38 +0000 Subject: [PATCH] feat: add latex flag --- bin/contrib/discount.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/contrib/discount.rc b/bin/contrib/discount.rc index d6e0e0d..ac2597e 100755 --- a/bin/contrib/discount.rc +++ b/bin/contrib/discount.rc @@ -2,4 +2,4 @@ # requires discount markdown: # note: must restart the application when this is changed # flags can be seen at: -/usr/bin/markdown -f fencedcode -f ext -f footnote $1 +/usr/bin/markdown -f fencedcode -f ext -f footnote -f latex $1