diff options
author | Tiago Serafim <tserafim@gmail.com> | 2012-09-19 18:43:21 -0300 |
---|---|---|
committer | Tiago Serafim <tserafim@gmail.com> | 2012-09-19 18:43:21 -0300 |
commit | 85e74fb710e64a35b3ed458bdec6cfed7827c3b1 (patch) | |
tree | 0f036613cca208a1cb0505348f308d3d13bd908a /docs/extensions/smart_strong.txt | |
parent | 9756cb9f6014347179a9acf54a739aad5dda0c6d (diff) | |
download | markdown-85e74fb710e64a35b3ed458bdec6cfed7827c3b1.tar.gz markdown-85e74fb710e64a35b3ed458bdec6cfed7827c3b1.tar.bz2 markdown-85e74fb710e64a35b3ed458bdec6cfed7827c3b1.zip |
First version of the docs.
Diffstat (limited to 'docs/extensions/smart_strong.txt')
-rw-r--r-- | docs/extensions/smart_strong.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/extensions/smart_strong.txt b/docs/extensions/smart_strong.txt index 8de574f..fd3bae6 100644 --- a/docs/extensions/smart_strong.txt +++ b/docs/extensions/smart_strong.txt @@ -1,8 +1,8 @@ title: Smart Strong Extension prev_title: Tables Extension prev_url: tables.html -next_title: CodeHilite Extension -next_url: code_hilite.html +next_title: Admonition Extension +next_url: admonition.html Smart_Strong ============ @@ -11,7 +11,7 @@ Summary ------- The Markdown Smart_Strong Extension adds smarter handling of double underscores -within words. This does for double underscores what +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. |