From 185cb3c44dcb27bc52edc88fd8089618bce16c0e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 13 Jan 2026 11:38:13 +0200 Subject: [PATCH] just: md + html --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 4683973..2e0ca49 100644 --- a/Justfile +++ b/Justfile @@ -1,2 +1,3 @@ -export-to-markdown: +export: pandoc 'תקנון מצוי עם שינויים.docx' -o takanon_with_changes_pandoc_export.md + pandoc 'תקנון מצוי עם שינויים.docx' -o takanon_with_changes_pandoc_export.html