Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated docs for recent changes to options accepted by the Markdown class ↵ | Waylan Limberg | 2010-07-12 | 1 | -24/+40 |
| | | | | and the import paths of various things used by extensions. | ||||
* | Fixed a couple typos in previous commit. | Waylan Limberg | 2009-07-31 | 1 | -2/+2 |
| | |||||
* | Fixed Ticket 41. Docs now correctly point to ↵ | Waylan Limberg | 2009-07-31 | 1 | -18/+18 |
| | | | | markdown.preprocessors.Preprocessor rather than markdown.Preprocessor etc. | ||||
* | Fixed various typos etc in the docs. | Waylan Limberg | 2009-03-17 | 1 | -12/+12 |
| | |||||
* | Added docs regarding output formats and a few other changes/cleanup to the docs. | Waylan Limberg | 2009-03-16 | 1 | -0/+2 |
| | |||||
* | Corrected various spelling, grammar and formatting errors in ↵ | Waylan Limberg | 2008-11-14 | 1 | -50/+84 |
| | | | | docs/writing_extensions.txt. | ||||
* | Updated docs/writing_extensions.txt to include docs for the new core ↵ | Waylan Limberg | 2008-11-14 | 1 | -66/+128 |
| | | | | BlockParser. | ||||
* | Added documentation for OrderedDict. | Waylan Limberg | 2008-10-29 | 1 | -33/+84 |
| | |||||
* | Missed a reference to textpreprocessors in docs on last commit. | Waylan Limberg | 2008-10-20 | 1 | -1/+0 |
| | |||||
* | Combined the TextPreprocessors and Preprocessors into Preprocessors. Updated ↵ | Waylan Limberg | 2008-10-20 | 1 | -28/+1 |
| | | | | extensions and docs as well. | ||||
* | Made InlineProcessor a TreeProcessor. Now an extension can manipulate the ↵ | Waylan Limberg | 2008-10-19 | 1 | -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 Limberg | 2008-10-19 | 1 | -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 Limberg | 2008-10-19 | 1 | -5/+45 |
| | | | | This is a draft and subject to change. | ||||
* | Updated docs/writing_extensions.txt to include documentation about ↵ | Waylan Limberg | 2008-10-19 | 1 | -1/+43 |
| | | | | MarkdownParser. | ||||
* | Made some corrections and edits to docs/writing_extensions.txt. Still need ↵ | Waylan Limberg | 2008-10-15 | 1 | -64/+69 |
| | | | | to document Treap() and MarkdownParser(). | ||||
* | Added notes on registerExtension and reset as well as the new ↵ | Waylan Limberg | 2008-08-12 | 1 | -9/+55 |
| | | | | markdown_extensions package among a few other minor edits. | ||||
* | Cleaned up writing_extensions docs. | Waylan Limberg | 2008-08-12 | 1 | -52/+45 |
| | |||||
* | Merge git@gitorious.org:python-markdown/mainline | Artem Yunusov | 2008-08-12 | 1 | -14/+65 |
| | |||||
* | Reorganized docs. Added an AUTHORS and INSTALL files. INSTALL is incomplete. | Waylan Limberg | 2008-08-09 | 1 | -0/+298 |