aboutsummaryrefslogtreecommitdiffstats
path: root/docs/writing_extensions.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added the re.UNICODE flag to inlinepatterns. Now all inlinepattern regex ↵Waylan Limberg2010-09-201-3/+4
| | | | will match unicode characters when \w, \b, or \s is used. Also updated docs to reflect change.
* Updated docs for recent changes to options accepted by the Markdown class ↵Waylan Limberg2010-07-121-24/+40
| | | | and the import paths of various things used by extensions.
* 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 various typos etc in the docs.Waylan Limberg2009-03-171-12/+12
|
* Added docs regarding output formats and a few other changes/cleanup to the docs.Waylan Limberg2009-03-161-0/+2
|
* 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
|
* 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.
* 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.
* Made some corrections and edits to docs/writing_extensions.txt. Still need ↵Waylan Limberg2008-10-151-64/+69
| | | | to document Treap() and MarkdownParser().
* 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
|
* Reorganized docs. Added an AUTHORS and INSTALL files. INSTALL is incomplete.Waylan Limberg2008-08-091-0/+298