Loading md_to_docx_converter/src/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ def get_md_to_html_command( command = [ "pandoc", "-f", "markdown", "markdown-smart", consolidated_md_path, # Uses temporary MD file "-t", "chunkedhtml", Loading Loading
md_to_docx_converter/src/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ def get_md_to_html_command( command = [ "pandoc", "-f", "markdown", "markdown-smart", consolidated_md_path, # Uses temporary MD file "-t", "chunkedhtml", Loading