diff --git a/docs/guide.rst b/docs/guide.rst index b554768..ff7a786 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -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 @@ -46,7 +46,7 @@ Adding plugins:: # ==> '

~~s~~

' - markdown = mistune.create_markdown(plugins=['strikethough']) + markdown = mistune.create_markdown(plugins=['strikethrough']) markdown('~~s~~') # ==> '

s

'