From 6606c72a55efe75424029552f24e73d67363e4aa Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Wed, 19 Jul 2023 17:19:45 +0200 Subject: [PATCH] https://pandoc.org/MANUAL.html\#extension-latex_macros NO --- src/formatitko/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/formatitko/util.py b/src/formatitko/util.py index aa14151..676c1cc 100644 --- a/src/formatitko/util.py +++ b/src/formatitko/util.py @@ -22,4 +22,4 @@ def nullify(e: Element): # we ever want to disable or enable some of panflute's markdown extensions, # this is the place to do it. def import_md(s: str, standalone: bool=True) -> Doc: - return convert_text(s, standalone=standalone, input_format="markdown-definition_lists-citations") + return convert_text(s, standalone=standalone, input_format="markdown-definition_lists-citations-latex_macros")