aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* Better check of allowed TOC location #639 (#641)Charles de Beauchesne2018-03-081-10/+12
* Only strip spaces in tables (#644)Isaac Muse2018-02-221-5/+5
* Simplify output_formats to html and xhtml.Waylan Limberg2018-01-252-20/+6
* Flexible inline (#629)Isaac Muse2018-01-179-161/+435
* Remove deprecated support for Extension args.Waylan Limberg2018-01-1317-73/+45
* Improve test coverage.Waylan Limberg2018-01-1319-53/+22
* Correct spelling mistakes.Edward Betts2018-01-138-12/+12
* Refactor Extension loading (#627)Waylan Limberg2018-01-122-67/+33
* Removed some Py2.4-2.6 specific code.Waylan Limberg2018-01-112-21/+2
* Removed deprecated HeaderId Extension.Waylan Limberg2018-01-111-97/+0
* Removed deprecated safe_mode.Waylan Limberg2018-01-1111-128/+24
* Removed support for deprecated config in ext name.Waylan Limberg2018-01-111-19/+2
* Removed deprecated support for positional args.Waylan Limberg2018-01-111-32/+4
* Moved core to core.pyWaylan Limberg2018-01-113-486/+521
* Switch from nose to unittestWaylan Limberg2018-01-081-1/+124
* Provide new testing framework.Waylan Limberg2018-01-081-0/+44
* Version to 3.0.devWaylan Limberg2018-01-081-1/+1
* Up version to 2.6.11 (#620)2.6.11Waylan Limberg2018-01-041-1/+1
* Fix raw html reference issue (#585)Isaac Muse2018-01-043-1/+17
* Avoid DeprecationWarnings for etreeWaylan Limberg2018-01-042-5/+5
* Make sure regex patterns are raw strings (#614)Isaac Muse2018-01-024-19/+19
* [Footnote extension] Add a way to customize the backlink title (#616)Jorge Maldonado Ventura2017-12-221-2/+7
* Upped version to 2.6.102.6.10Waylan Limberg2017-12-071-1/+1
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-0619-19/+19
* Feature ancestry (#598)Isaac Muse2017-11-232-11/+48
* Fix new flake8 722 errorfacelessuser2017-10-261-1/+1
* Upped version to 2.6.9Waylan Limberg2017-08-171-1/+1
* fix DeprecationWarning: invalid escape sequenced9pouces2017-07-251-1/+1
* fix DeprecationWarning: invalid escape sequenced9pouces2017-07-252-4/+4
* Fix typo s/Goggle/Google/Tim Chase2017-06-031-1/+1
* Loosen whitespace requirements for admonitions.Waylan Limberg2017-03-051-2/+2
* Fix regression of single column tables (#540)Isaac Muse2017-01-261-9/+40
* Upped version to 2.6.8.2.6.8-finalWaylan Limberg2017-01-251-1/+1
* Fix HTML parse with empty lines (#537)Isaac Muse2017-01-241-1/+7
* Fix footnote parsing of footnote content (#536)Isaac Muse2017-01-231-13/+20
* Create additional references for duplicate footnotes (#534)Isaac Muse2017-01-231-5/+93
* Fix hr recursion issue (#535)Isaac Muse2017-01-231-2/+3
* Better inline code escaping (#533)Isaac Muse2017-01-201-5/+9
* Tables: Improvements (#530)Isaac Muse2017-01-192-29/+56
* Update fenced code extension to match codehilite lang regex. (#529)Waylan Limberg2017-01-181-1/+1
* codehilite: detect languages with funny names (#527)Grant Mathews2017-01-171-1/+1
* Recognize <main> as an HTML5 block level tag. (#525)daniel-j-mac2017-01-171-1/+1
* Better handling of backticks in tables (#524)Isaac Muse2017-01-111-40/+62
* Add blank lines after toplevel function definitions.Dmitry Shachnev2016-11-183-0/+3
* lists are not tables - fixes #478 (#507)Adam Wood2016-10-261-1/+2
* getiterator to iter (#501)Brandon Chinn2016-09-291-1/+1
* Replace `getiterator` function for Python 3.6 Brandon Chinn2016-09-291-2/+2
* Up version to 2.6.72.6.7-finalWaylan Limberg2016-09-231-1/+1
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2016-09-233-4/+5
|\
| * Fix table alignment when seperator contains spaces (#489)eph2016-08-151-0/+1