Home | History | Annotate | Download | only in docs

Lines Matching full:added

12 Feb 2009: Added support for multi-level lists to new Blockprocessors.
14 Jan 2009: Added HTML 4 output as an option (thanks Eric Abrahamsen)
16 Nov 2008: Added Definistion List ext. Replaced old core with BlockProcessors.
20 Refactored tree tarversing. Added treap implementation, then replaced with
28 August 18 2008: Reorganized directory structure. Added a 'docs' dir
30 Added additional documentation and a few bug fixes. (v2.0-beta)
32 August 4 2008: Updated included extensions to ElementTree. Added a
41 May 2008: Added a number of additional extensions to the
46 (Thanks David Wolever). Fixed various bugs and added doc strings.
62 Nov 29, 2007: Added support for images inside links. Also fixed
69 Nov 5, 2007: Moved safe_mode code to a textPostprocessor and added
80 Oct 9, 2007: Added textPreprocessor (from 1.6b).
85 Oct 7, 2007: Limit recursion on inlinePatterns. Added a 'safe' tag
93 comments. Added "safe mode" (user's html tags are removed).
95 Sept 6, 2006: Added exception for PHP tags when handling html blocks.
100 July 10, 2006: Switched to using optparse. Added proper support for
125 patch. Added support for <br /> at the end of lines ending in two or
127 Added several utility methods to Nanodom. (Version 1.2)
129 Jan. 31, 2006: Added "hr" and "hr/" to BLOCK_LEVEL_ELEMENTS and
138 Nov. 14, 2005: Added entity code and email autolink fix by Tiago
142 Nov. 7, 2005: Added an unlink method for documents to aid with memory
152 Sept. 5, 2005: Fixed a bug with multi-paragraph footnotes. Added
159 Aug. 29, 2005: Added flexible tabs, fixed a few small issues, added
160 basic support for footnotes. Got rid of xml.dom.minidom and added
166 Aug. 11, 2005: Added support for inline html and entities, inline
168 code, added some more comments.
176 Nov. 2004: Added links, blockquotes, html blocks to Manfred