Skip to content

Commit

Permalink
馃摎 DOCS: Update the example (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
  • Loading branch information
redstoneleo and chrisjsewell committed Feb 22, 2023
1 parent 4670f0c commit 2c93e0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -55,10 +55,9 @@ from mdit_py_plugins.front_matter import front_matter_plugin
from mdit_py_plugins.footnote import footnote_plugin

md = (
MarkdownIt()
MarkdownIt('commonmark' ,{'breaks':True,'html':True})
.use(front_matter_plugin)
.use(footnote_plugin)
.disable('image')
.enable('table')
)
text = ("""
Expand Down

0 comments on commit 2c93e0b

Please sign in to comment.