aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/tables.py
Commit message (Expand)AuthorAgeFilesLines
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-7/+7
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-6/+7
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-2/+3
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-111-1/+1
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-5/+7
* Fixed issue #66. Silly error. Not sure why the shebang lines were capitalized...Waylan Limberg2011-12-281-1/+1
* Fixed #30. Tables now allow three spaces of indent like PHP Markdown Extra. T...Waylan Limberg2011-06-291-6/+7
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-1/+1
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-1/+1
* 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 tables extension for refactor.Waylan Limberg2008-11-201-3/+3
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+70