diff options
Diffstat (limited to 'docs/extensions/smart_strong.md')
-rw-r--r-- | docs/extensions/smart_strong.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/extensions/smart_strong.md b/docs/extensions/smart_strong.md index c939016..6ccb1b7 100644 --- a/docs/extensions/smart_strong.md +++ b/docs/extensions/smart_strong.md @@ -23,8 +23,8 @@ Usage extensions=['smart_strong']) u'<p><strong>this__works__too</strong>.</p>' -This extension is also included with the [[Extra]] Extension. You may call that -extension to get this behavior with all the other features of 'Extra'. +This extension is also included with the [Extra](extra.html) Extension. You may +call that extension to get this behavior with all the other features of 'Extra'. >>> markdown.markdown(text, extensions=['extra']) |