From 17315b9df23539fc7aa5dab0973e086287431956 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 13 Jan 2026 11:13:34 +0200 Subject: [PATCH] add justfile for pandoc export --- Justfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Justfile diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..4683973 --- /dev/null +++ b/Justfile @@ -0,0 +1,2 @@ +export-to-markdown: + pandoc 'תקנון מצוי עם שינויים.docx' -o takanon_with_changes_pandoc_export.md