Skip to content

Commit

Permalink
Merge pull request #307 from jieter/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs/guide.rst
  • Loading branch information
lepture committed May 28, 2022
2 parents 61e9337 + 0eba471 commit 5638e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide.rst
Expand Up @@ -12,7 +12,7 @@ The ``.html()`` methods has enabled all the features you might want
by default:

* No escape of HTML tags
* With **strikethough** plugin
* With **strikethrough** plugin
* With **table** plugin
* With **footnote** plugin

Expand Down Expand Up @@ -46,7 +46,7 @@ Adding plugins::
# ==>
'<p>~~s~~</p>'

markdown = mistune.create_markdown(plugins=['strikethough'])
markdown = mistune.create_markdown(plugins=['strikethrough'])
markdown('~~s~~')
# ==>
'<p><del>s</del></p>'
Expand Down

0 comments on commit 5638e46

Please sign in to comment.