We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4670f0c commit 2c93e0bCopy full SHA for 2c93e0b
README.md
@@ -55,10 +55,9 @@ from mdit_py_plugins.front_matter import front_matter_plugin
55
from mdit_py_plugins.footnote import footnote_plugin
56
57
md = (
58
- MarkdownIt()
+ MarkdownIt('commonmark' ,{'breaks':True,'html':True})
59
.use(front_matter_plugin)
60
.use(footnote_plugin)
61
- .disable('image')
62
.enable('table')
63
)
64
text = ("""
0 commit comments