aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Upped version to 2.0.2-Final and added release notes.Waylan Limberg2009-07-312-0/+15
|
* 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 a couple typos in previous commit.Waylan Limberg2009-07-311-2/+2
|
* Fixed Ticket 41. Docs now correctly point to ↵Waylan Limberg2009-07-311-18/+18
| | | | markdown.preprocessors.Preprocessor rather than markdown.Preprocessor etc.
* Fixed Ticket 37. When multiple markdown documents are displayed on one page andWaylan Limberg2009-07-211-0/+1
| | | | | contain footnotes with the same name, they will no longer collide when 'UNIQUE_IDS' is set to True. Thanks to Paul Stansifer for report and patch.
* Upped version to 2.0.1-Final and added release notes.2.0.1Waylan Limberg2009-05-192-0/+16
|
* Updated docs for recent command line script changes.Waylan Limberg2009-05-061-26/+17
|
* Upped version to 2.0 and a few edits to release notes.2.0-FinalWaylan Limberg2009-03-301-0/+3
|
* Added release notes for 2.0Waylan Limberg2009-03-301-0/+64
|
* Fixed a documentation error with recent wikilinks update and added a ↵Waylan Limberg2009-03-211-1/+1
| | | | regression test to make sure it continues to work.
* Fixed a few bugs in wikilinks url cleaning. And for those who don't like the ↵Waylan Limberg2009-03-201-0/+16
| | | | default, added a config which accepts a callable to replace the default. Updated tests and docs.
* Added documentation for the rest of the extensions included with the ↵Waylan Limberg2009-03-198-1/+469
| | | | distribution.
* Added documentation for Extra Extension and all the extentions it supports. ↵Waylan Limberg2009-03-187-0/+433
| | | | Still need to do non-extra extensions.
* Added extension subdir to docs with index listing all included extensions. ↵Waylan Limberg2009-03-171-0/+44
| | | | Now we just need to document each one.
* Fixed various typos etc in the docs.Waylan Limberg2009-03-173-18/+18
|
* Added docs regarding output formats and a few other changes/cleanup to the docs.Waylan Limberg2009-03-163-13/+43
|
* Updated docs for command line usage.Waylan Limberg2009-03-161-12/+62
|
* Upped version to 2.0-rc12.0-rc1Waylan Limberg2009-03-083-7/+27
|
* Corrected various spelling, grammar and formatting errors in ↵Waylan Limberg2008-11-141-50/+84
| | | | docs/writing_extensions.txt.
* Updated docs/writing_extensions.txt to include docs for the new core ↵Waylan Limberg2008-11-141-66/+128
| | | | BlockParser.
* Added documentation for OrderedDict.Waylan Limberg2008-10-291-33/+84
|
* Added a more thorough test of nested inline markup. Thanks John Szakmeister.John Szakmeister2008-10-291-0/+1
|
* Missed a reference to textpreprocessors in docs on last commit.Waylan Limberg2008-10-201-1/+0
|
* Combined the TextPreprocessors and Preprocessors into Preprocessors. Updated ↵Waylan Limberg2008-10-201-28/+1
| | | | extensions and docs as well.
* Cleaned up some commented code from previous commit and added Jack Miller to ↵Waylan Limberg2008-10-191-0/+1
| | | | docs/AUTHORS for his toc extension.
* Made InlineProcessor a TreeProcessor. Now an extension can manipulate the ↵Waylan Limberg2008-10-191-13/+13
| | | | tree either before or after InlinePatterns are run. Updated docs as well. This change should not affect existing extensions.
* Changed Postprocessors to Treeprocessors and TextPostProcessors to ↵Waylan Limberg2008-10-191-14/+12
| | | | Postprocessors. These names more acturately depict what things do. Also updated the extensions and docs to match.
* Updated docs/writing_extensions.txt to include documentation about Treaps. ↵Waylan Limberg2008-10-191-5/+45
| | | | This is a draft and subject to change.
* Updated docs/writing_extensions.txt to include documentation about ↵Waylan Limberg2008-10-191-1/+43
| | | | MarkdownParser.
* Fixed Ticket 19. Corrected error regarding encoding in docs. Thanks ↵Waylan Limberg2008-10-191-3/+2
| | | | gjhiggins for report.
* Made some corrections and edits to docs/writing_extensions.txt. Still need ↵Waylan Limberg2008-10-151-64/+69
| | | | to document Treap() and MarkdownParser().
* Updated INSTALL with corrections and additions.Waylan Limberg2008-10-151-12/+26
|
* Added docs for command line and using as a module.Waylan Limberg2008-10-152-0/+180
|
* Updated README to ackowledge other recently added docs and not repeat them.Waylan Limberg2008-10-152-162/+15
|
* Added Ben Wilson to AUTHORS for his work on Treap.Waylan Limberg2008-10-151-0/+1
|
* [CodeHilite] Fixed Ticket 16. Added a 'css_class' option to codehilite ↵Waylan Limberg2008-09-031-0/+1
| | | | extension and cleaned up whitespace in code. Thanks Kjell Magne Fauske for the initial patch.
* Updated AUTHORS and CHANGE_LOGWaylan Limberg2008-08-212-1/+6
|
* Added LICENSE to MANIFEST and moved into docs.Waylan Limberg2008-08-211-0/+30
|
* Added notes on registerExtension and reset as well as the new ↵Waylan Limberg2008-08-121-9/+55
| | | | markdown_extensions package among a few other minor edits.
* Cleaned up writing_extensions docs.Waylan Limberg2008-08-121-52/+45
|
* Merge git@gitorious.org:python-markdown/mainlineArtem Yunusov2008-08-121-14/+65
|
* Cleaned up setup.pyWaylan Limberg2008-08-091-19/+0
|
* Reorganized docs. Added an AUTHORS and INSTALL files. INSTALL is incomplete.Waylan Limberg2008-08-097-0/+753