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

fix: replace 'ETSI' with 'ETSI –' in title name extraction

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