aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/extra.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-06-07 10:48:55 -0400
committerWaylan Limberg <waylan@gmail.com>2011-06-07 10:48:55 -0400
commit11124d9f8ddd547c93078dcf6380deacec7fc32f (patch)
treefd6279145e7dae3ef02505c8ffd74ac0d106fcf0 /docs/extensions/extra.txt
parentbca0d6bf8b26707431c936ed51419358b9e57749 (diff)
downloadmarkdown-11124d9f8ddd547c93078dcf6380deacec7fc32f.tar.gz
markdown-11124d9f8ddd547c93078dcf6380deacec7fc32f.tar.bz2
markdown-11124d9f8ddd547c93078dcf6380deacec7fc32f.zip
Added smart_strong extension. Fixes Issue #17. Like PHP Markdown Extra, we now include smart handling of double underscores (not just single underscores). The new behavior may be called seperately as the 'smart_strong' extension or as part of the 'extra' extension.
Diffstat (limited to 'docs/extensions/extra.txt')
-rw-r--r--docs/extensions/extra.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/extensions/extra.txt b/docs/extensions/extra.txt
index 817d58f..018a849 100644
--- a/docs/extensions/extra.txt
+++ b/docs/extensions/extra.txt
@@ -15,6 +15,7 @@ The supported extensions include:
* [[Footnotes]]
* [[HeaderId]]
* [[Tables]]
+* [[Smart_Strong]]
See each individual extension for syntax documentation. Extra and all it's
supported extensions are included in the standard Markdown library.