aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated fenced_code extension for package refactor.Waylan Limberg2008-11-221-1/+1
* Fixed minor typo in each of previous two commits.Waylan Limberg2008-11-221-1/+1
* Updated definition list extension to work with new block parser.Waylan Limberg2008-11-221-169/+67
* Updated headerid extension for recent refactors (both BlockParser and package).Waylan Limberg2008-11-201-80/+100
* Updated meta extension for new refactor.Waylan Limberg2008-11-201-1/+1
* Updated abbr extension for new refactor.Waylan Limberg2008-11-201-3/+3
* Updated toc extension for new refactor.Waylan Limberg2008-11-201-5/+5
* Updated wikilinks extension for new refactor.Waylan Limberg2008-11-201-3/+3
* Updated codehilite extension for new refactor.Waylan Limberg2008-11-201-1/+1
* Updated footnotes extension for new refactor.Waylan Limberg2008-11-201-6/+6
* Updated tables extension for refactor.Waylan Limberg2008-11-201-3/+3
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-2015-0/+2299