Skip to content

Commit 2f0df61

Browse files
committed
README.md: fix typo
1 parent b9a7b7a commit 2f0df61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ from mdit_py_plugins.front_matter import front_matter_plugin
7070
from mdit_py_plugins.footnote import footnote_plugin
7171

7272
md = (
73-
MarkdownIt('commonmark' ,{'breaks':True,'html':True})
73+
MarkdownIt('commonmark', {'breaks':True,'html':True})
7474
.use(front_matter_plugin)
7575
.use(footnote_plugin)
7676
.enable('table')

0 commit comments

Comments
 (0)