Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |