ignore pycache
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
pandoc_resume/
|
pandoc_resume/
|
||||||
publish/
|
publish/
|
||||||
|
__pycache__
|
||||||
|
|||||||
@@ -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