-
自作のマークダウン
-
strong, i, strike, ul, ol, h1~h4, blockquote, img, a, code, table, pに対応
- index.pyのconvertToHTMLString()という関数を呼び出して、変換したいマークダウンを渡します。
- 返り値としてhtmlに変換されたものが返ってきます。
- brの追加
- マークダウンパーサを作ろう https://www.m3tech.blog/entry/2021/08/23/124000
- こちらのリポジトリも参考にしています https://github.com/asmsuechan/minute