aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/tables.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+1
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-3/+1
* Only strip spaces in tables (#644)Isaac Muse2018-02-221-5/+5
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-2/+2
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Fix regression of single column tables (#540)Isaac Muse2017-01-261-9/+40
* Tables: Improvements (#530)Isaac Muse2017-01-191-26/+53
* Better handling of backticks in tables (#524)Isaac Muse2017-01-111-40/+62
* lists are not tables - fixes #478 (#507)Adam Wood2016-10-261-1/+2
* Fix table alignment when seperator contains spaces (#489)eph2016-08-151-0/+1
* Remove unnessecary if statement.Waylan Limberg2016-04-111-5/+1
* Fix handling of characters after backtick in tables.Dmitry Shachnev2015-11-071-1/+1
* Fixed handling of table cell splitMustafa Haddara2015-10-241-2/+49
* added support for zero row tablespieterprovoost2015-04-051-2/+2
* 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