diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-03-07 09:08:36 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-03-07 09:08:36 -0500 |
commit | 9fd4a5f1600c96406ad0fb86b1a8287d525972ac (patch) | |
tree | ea8907182d758d051fce4bb54f445a113ceea92b /docs/extensions/smart_strong.md | |
parent | 9c2830f7b0273ae399b771a7d9780ee7a7430fc4 (diff) | |
download | markdown-9fd4a5f1600c96406ad0fb86b1a8287d525972ac.tar.gz markdown-9fd4a5f1600c96406ad0fb86b1a8287d525972ac.tar.bz2 markdown-9fd4a5f1600c96406ad0fb86b1a8287d525972ac.zip |
Fixed up some formating errors in docs and added/fixed more internal links.
Diffstat (limited to 'docs/extensions/smart_strong.md')
-rw-r--r-- | docs/extensions/smart_strong.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/extensions/smart_strong.md b/docs/extensions/smart_strong.md index 22468d6..8de574f 100644 --- a/docs/extensions/smart_strong.md +++ b/docs/extensions/smart_strong.md @@ -5,13 +5,14 @@ next_title: CodeHilite Extension next_url: code_hilite.html Smart_Strong ------------- +============ Summary +------- The Markdown Smart_Strong Extension adds smarter handling of double underscores -within words. This does for double underscores what 'smart_emphasis' does for -single underscores. +within words. This does for double underscores what +[smart_emphasis](../reference.html#smart_emphasis) does for single underscores. The Smart_Strong Extension is included in the standard Markdown library. |