aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2013-02-27 12:52:02 -0500
committerWaylan Limberg <waylan@gmail.com>2013-02-27 12:52:02 -0500
commit26ebafb3b86b224c2acad29bf4d4314a3242189a (patch)
treeeb3ae02a639e724b794319f8884698b14385f3a9 /docs/index.txt
parent52613ceeed7b022a799be7b52775c8705133eca7 (diff)
downloadmarkdown-26ebafb3b86b224c2acad29bf4d4314a3242189a.tar.gz
markdown-26ebafb3b86b224c2acad29bf4d4314a3242189a.tar.bz2
markdown-26ebafb3b86b224c2acad29bf4d4314a3242189a.zip
Tweaked the docs some more.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt
index b0372d8..edf1cbd 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -26,6 +26,7 @@ The Python-Markdown project is developed with the following goals in mind:
follows the [syntax rules](http://daringfireball.net/projects/markdown/syntax)
and the behavior of the original (markdown.pl) implementation as reasonably
as possible (see [differences](#differences) for a few exceptions).
+
* Provide an [Extension API](extensions/api.html) which makes it possible
to change and/or extend the behavior of the parser.