Skip to content

Commit 0f008f7

Browse files
committed
Updated nl2br example in docs.
Fixes #359. Thanks for the report @gremmie.
1 parent b5990e0 commit 0f008f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/nl2br.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Example
2323
... Line 1
2424
... Line 2
2525
... """
26-
>>> html = markdown.markdown(text, extensions=['nl2br'])
26+
>>> html = markdown.markdown(text, extensions=['markdown.extensions.nl2br'])
2727
>>> print html
2828
<p>Line 1<br />
2929
Line 2</p>

0 commit comments

Comments
 (0)