From 2fc427c7aa394a4dfa841f4c78b6393caa683dfd Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 10 Jan 2013 11:27:46 -0500 Subject: Improved the goals in docs. --- docs/index.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/index.txt') diff --git a/docs/index.txt b/docs/index.txt index 36b05b5..b44f5ae 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -20,12 +20,14 @@ Goals The Python-Markdown project is developed with the following goals in mind: -* Maintain a python implementation of markdown that follows the - [syntax rules](http://daringfireball.net/projects/markdown/syntax) +* Maintain a Python 2 *and* Python 3 library (with an optional CLI wrapper) + suited to use in web server environments (never raise an exception, never + write to stdout, etc.) as an implementation of the markdown parser that + 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. + the parser to be overridden/changed/added. Features -------- -- cgit v1.2.3