Skip to content

Commit 2c93e0b

Browse files
📚 DOCS: Update the example (#229)
Co-authored-by: Chris Sewell <[email protected]>
1 parent 4670f0c commit 2c93e0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ from mdit_py_plugins.front_matter import front_matter_plugin
5555
from mdit_py_plugins.footnote import footnote_plugin
5656

5757
md = (
58-
MarkdownIt()
58+
MarkdownIt('commonmark' ,{'breaks':True,'html':True})
5959
.use(front_matter_plugin)
6060
.use(footnote_plugin)
61-
.disable('image')
6261
.enable('table')
6362
)
6463
text = ("""

0 commit comments

Comments
 (0)