aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using_as_module.txt
Commit message (Collapse)AuthorAgeFilesLines
* Markdown.convertFile now actually works with stdin and stdout. Previously ↵Waylan Limberg2011-08-031-2/+3
| | | | only the commandline script did.
* All internal encoding of output now uses the 'xmlcharrefreplace' error ↵Waylan Limberg2011-07-281-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 Limberg2011-06-231-2/+4
| | | | xhtml1 searializers respectively.
* Cleaned up backward compatability of old positional arguments. Some people ↵Waylan Limberg2011-06-231-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 Limberg2011-05-101-131/+191
|
* Documented concern raised in Ticket 85. Added a warning that enabling ↵Waylan Limberg2011-03-091-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 Limberg2010-07-121-9/+9
| | | | and the import paths of various things used by extensions.
* Fixed Ticket 43. Apparenlty ElementTree does not recognize 'utf8' as an ↵Waylan Limberg2009-08-231-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 Limberg2009-03-171-5/+5
|
* Added docs regarding output formats and a few other changes/cleanup to the docs.Waylan Limberg2009-03-161-10/+38
|
* Fixed Ticket 19. Corrected error regarding encoding in docs. Thanks ↵Waylan Limberg2008-10-191-3/+2
| | | | gjhiggins for report.
* Added docs for command line and using as a module.Waylan Limberg2008-10-151-0/+123