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 b9a7b7a commit 2f0df61Copy full SHA for 2f0df61
README.md
@@ -70,7 +70,7 @@ from mdit_py_plugins.front_matter import front_matter_plugin
70
from mdit_py_plugins.footnote import footnote_plugin
71
72
md = (
73
- MarkdownIt('commonmark' ,{'breaks':True,'html':True})
+ MarkdownIt('commonmark', {'breaks':True,'html':True})
74
.use(front_matter_plugin)
75
.use(footnote_plugin)
76
.enable('table')
0 commit comments