Loading md_to_docx_converter/src/utils.py +1 −0 Original line number Diff line number Diff line Loading @@ -257,6 +257,7 @@ def get_md_to_html_command( elements = second_line.strip().split("]") if len(elements) > 1 and elements[0].startswith("[ETSI"): title_name = elements[0][1:] # Remove leading '[' title_name = title_name.replace("ETSI", "ETSI –") command = [ "pandoc", "-f", Loading Loading
md_to_docx_converter/src/utils.py +1 −0 Original line number Diff line number Diff line Loading @@ -257,6 +257,7 @@ def get_md_to_html_command( elements = second_line.strip().split("]") if len(elements) > 1 and elements[0].startswith("[ETSI"): title_name = elements[0][1:] # Remove leading '[' title_name = title_name.replace("ETSI", "ETSI –") command = [ "pandoc", "-f", Loading