diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-02-19 16:33:36 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-02-19 16:33:36 -0500 |
commit | 8aa2fc7b5138fd97ded7dd1e70103532a9fd6583 (patch) | |
tree | a85aec909892c3e9ca08d23369f0e743e3beb177 /docs/index.txt | |
parent | 3b732805676969fdf61ac3214c42ab94e96da0ea (diff) | |
download | markdown-8aa2fc7b5138fd97ded7dd1e70103532a9fd6583.tar.gz markdown-8aa2fc7b5138fd97ded7dd1e70103532a9fd6583.tar.bz2 markdown-8aa2fc7b5138fd97ded7dd1e70103532a9fd6583.zip |
Various changes to docs for updated changes, clarity, and to fix typos.
Diffstat (limited to 'docs/index.txt')
-rw-r--r-- | docs/index.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.txt b/docs/index.txt index b44f5ae..90accf2 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -26,8 +26,8 @@ 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 allows any behaviors of - the parser to be overridden/changed/added. +* Provide an [Extension API](extensions/api.html) which makes it possible + to change and/or extend the behavior of the parser. Features -------- @@ -44,9 +44,9 @@ features: * __Extensions__ Various [extensions](extensions/index.html) are provided (including - [extra](extensions/extra.html)) to expand the base syntax. Additionally, - a public [Extension API](extensions/api.html) is available to write - your own extensions. + [extra](extensions/extra.html)) to change and/or extend the base syntax. + Additionally, a public [Extension API](extensions/api.html) is available + to write your own extensions. * __Output Formats__ |