aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* Fix #4. Links in headers no longer munge up table of contents in TOC extension.Waylan Limberg2011-05-041-3/+10
* Fixed typo in previous commit. Extension.getConfigs is a method, not a property.Waylan Limberg2011-05-041-1/+1
* Extension.getConfigs returns a dict and is used by the extensions that use co...Waylan Limberg2011-05-046-32/+26
* Minor improvement to Extension settings API. Extension.getConfig now accepts ...Waylan Limberg2011-04-071-3/+7
* Factored out the importing of pygments in CodeHilite Extension so it doesn;t ...Waylan Limberg2011-04-071-27/+24
* Cleaned up CodeHilite extension. When pygments is not available provide simpl...Waylan Limberg2011-04-071-25/+12
* Corrected behavior of headerid extension to match default behavior when "Weve...Waylan Limberg2011-04-281-1/+4
* sane logging. remove sys.exit() calls (libraries should never ever call sys.e...Craig de Stigter2011-04-182-6/+1
* Added an alternative meta list syntax.David Chambers2011-02-171-1/+5
* Made the HeaderId extension's word separator configurable to allow, forDavid Chambers2011-01-221-2/+3
* Updated regular expression to accept periods in heading ids.David Chambers2011-01-091-1/+1
* Merge branch 'master' of git@gitorious.org:python-markdown/mainlineWaylan Limberg2010-09-201-51/+0
|\
| * Fixed Ticket 71. Wrapper functions no longer do there own thing with extensio...Waylan Limberg2010-08-291-51/+0
* | Fixed Ticket 78. Wikilinks now support unicode characters.Waylan Limberg2010-09-201-1/+1
|/
* Fixed Ticket 70 and added a test. Footnote references whithout a corespondin...Waylan Limberg2010-08-251-7/+10
* Fixed problem hidden by Ticket 68. Defining a footnote placeholder in a markd...Waylan Limberg2010-08-021-8/+7
* Fix Ticket 68. Remove an old line of code from the footnote extension that s...Waylan Limberg2010-08-021-1/+0
* Added logging imports to markdown.extensions which were missed in recent reor...Waylan Limberg2010-07-221-0/+2
* Fixed tab_length on codehilite extension to match new implementation of defau...Waylan Limberg2010-07-071-11/+5
* Moved base Extension class and extension loaders to markdown/extensions/__ini...Waylan Limberg2010-07-061-0/+99
* Clean up previous commit a little. renamed misc_logging to md_logging and fi...Waylan Limberg2010-07-061-1/+2
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-058-8/+8
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-0510-14/+20
* Fix for undefined variables that need to be importedToshio Kuratomi2010-07-052-2/+2
* Fixed Ticket 60. The dd in definition lists can now not be indented on second...Waylan Limberg2010-03-241-2/+7
* The html-tidy extension now fails gracefully when tidy is not installed on th...Waylan Limberg2010-03-251-2/+6
* Changed the default style used by pygments in the codehilite extension. This...Waylan Limberg2010-03-251-1/+1
* Fixed some code that wasn't Python 2.4 compatible.Waylan Limberg2010-02-221-1/+1
* Removed imagelinks extension. It never worked without some third party code t...Waylan Limberg2010-02-131-119/+0
* Refactored codehilite and fenced code, so now fenced code will also be highli...Lucas van Dijk2010-01-252-81/+80
* Added pygments support to fenced_codeLucas van Dijk2010-01-241-13/+64
* Added processing of markdown text within raw html to the 'extra' extension. F...Waylan Limberg2010-01-031-0/+2
* Fix the TOC extension for TOCs starting at levels other than 1.Steve Losh2009-12-251-1/+4
* Fixed Ticket 37. When multiple markdown documents are displayed on one page andWaylan Limberg2009-07-211-5/+19
* Fixed TOC extension to properly nest multiple header levels in the table of c...Waylan Limberg2009-07-211-7/+3
* Removing legacy extension. No real need to keep that old core around. I creat...Waylan Limberg2009-06-051-468/+0
* Fixed a documentation error with recent wikilinks update and added a regressi...Waylan Limberg2009-03-211-0/+9
* Cleaning up some stuff from last commit.Waylan Limberg2009-03-201-1/+1
* Fixed a few bugs in wikilinks url cleaning. And for those who don't like the ...Waylan Limberg2009-03-201-5/+13
* Fixed bug in toc extension and added a test. We now disallow the marker in an...Waylan Limberg2009-03-181-1/+4
* Fixed ticket 25. Added reset to HeaderID extension. Reset now resets the dupl...Waylan Limberg2009-03-131-5/+8
* Replacement Tables extension. This one actually uses a known (PHP Extra) synt...Waylan Limberg2009-03-111-52/+80
* Fixed bug in tables extension (ticket 24). This extension could still use a m...Waylan Limberg2009-03-091-2/+1
* Updated fenced_code extension to fit in with consensious on Markdown list. La...Waylan Limberg2009-02-021-5/+5
* Added html_tidy extension.Waylan Limberg2009-01-271-0/+62
* Getting rid of has_key for compatibility with python3k.Yuri Takhteyev2008-12-041-2/+2
* Fixed rss extension (I think). It throws away any paragraphs before first hea...Waylan Limberg2008-11-231-14/+10
* Updated imagelinks extension for recent package refactor.Waylan Limberg2008-11-221-13/+13
* Added definition lists to extra extension.Waylan Limberg2008-11-221-6/+3
* Updated rss extension for package refactor. However, is is still failing if a...Waylan Limberg2008-11-221-2/+2