Commit efa0567c authored by Marco Cavalli's avatar Marco Cavalli
Browse files

fix: prevent pandoc to overwrite quotes

parent acbab9b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",