diff options
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__ |