ignore pycache
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from markdown_it import MarkdownIt
|
||||
|
||||
md = MarkdownIt()
|
||||
|
||||
def mdtohtml(mdsrc):
|
||||
return md.render(mdsrc)
|
||||
Reference in New Issue
Block a user