若是要將其轉換成HTML 的格式,則可以使用Python 的markdown 套件。 ... import markdown def main(): md_file = open('test.md', 'r').read() html ...
確定! 回上一頁