punctuation_dict = { ",": ",", "。": ".", } translation_table = str.maketrans(punctuation_dict) content_mmd_to_html = """ Title
""" tik_html = """ Document """ # print(tik_html)