Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5638e46

Browse files
authored
Merge pull request#307 from jieter/patch-1
Fix typo in docs/guide.rst
2 parents61e9337 +0eba471 commit5638e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/guide.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The ``.html()`` methods has enabled all the features you might want
1212
by default:
1313

1414
* No escape of HTML tags
15-
* With **strikethough** plugin
15+
* With **strikethrough** plugin
1616
* With **table** plugin
1717
* With **footnote** plugin
1818

@@ -46,7 +46,7 @@ Adding plugins::
4646
# ==>
4747
'<p>~~s~~</p>'
4848

49-
markdown = mistune.create_markdown(plugins=['strikethough'])
49+
markdown = mistune.create_markdown(plugins=['strikethrough'])
5050
markdown('~~s~~')
5151
# ==>
5252
'<p><del>s</del></p>'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp