Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All internal encoding of output now uses the 'xmlcharrefreplace' error ↵ | Waylan Limberg | 2011-07-28 | 1 | -2/+6 |
| | | | | handler. Also added a note to the docs. Anyone doing their own encoding of output should be as well. | ||||
* | Added html5 and xhtml5 output formats. These are just aliases to html4 and ↵ | Waylan Limberg | 2011-06-23 | 1 | -2/+4 |
| | | | | xhtml1 searializers respectively. | ||||
* | Cleaned up backward compatability of old positional arguments. Some people ↵ | Waylan Limberg | 2011-06-23 | 1 | -8/+9 |
| | | | | may be using them, so we should continue to support them. Also adjusted docs to encourage using keyword args only. However, if existing code was using positional args in previous versions, it should still work. | ||||
* | Complete Rewrite of the using_as_module docs to clearly list all options. | Waylan Limberg | 2011-05-10 | 1 | -131/+191 |
| | |||||
* | Documented concern raised in Ticket 85. Added a warning that enabling ↵ | Waylan Limberg | 2011-03-09 | 1 | -0/+8 |
| | | | | safe_mode does not turn off attributes, so they should be turned off seperately. | ||||
* | Updated docs for recent changes to options accepted by the Markdown class ↵ | Waylan Limberg | 2010-07-12 | 1 | -9/+9 |
| | | | | and the import paths of various things used by extensions. | ||||
* | Fixed Ticket 43. Apparenlty ElementTree does not recognize 'utf8' as an ↵ | Waylan Limberg | 2009-08-23 | 1 | -4/+4 |
| | | | | alias of 'utf-8' and outputs invalid xml. We never noticed as stripTopLevelTags removes the offending fragment. However, there are legitimate uses for turning off stripTopLevelTags. Therefore, from now on we will be using 'utf-8' internally. Thanks to Mark Eichin for the report. | ||||
* | Fixed various typos etc in the docs. | Waylan Limberg | 2009-03-17 | 1 | -5/+5 |
| | |||||
* | Added docs regarding output formats and a few other changes/cleanup to the docs. | Waylan Limberg | 2009-03-16 | 1 | -10/+38 |
| | |||||
* | Fixed Ticket 19. Corrected error regarding encoding in docs. Thanks ↵ | Waylan Limberg | 2008-10-19 | 1 | -3/+2 |
| | | | | gjhiggins for report. | ||||
* | Added docs for command line and using as a module. | Waylan Limberg | 2008-10-15 | 1 | -0/+123 |