summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore code to use markdown_py as the console script name.mitya57/script-nameDmitry Shachnev2017-12-101-1/+8
* Fix spellchecking test.Waylan Limberg2017-12-084-6/+22
* Build and upload wheels for releases.Waylan Limberg2017-12-084-55/+22
* Switch to setuptools.Waylan Limberg2017-12-083-86/+19
* Update makefileWaylan Limberg2017-12-071-6/+2
* Upped version to 2.6.102.6.10Waylan Limberg2017-12-073-3/+5
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-0683-3274/+2438
* Feature ancestry (#598)Isaac Muse2017-11-235-13/+107
* Update builds with py35 and py36 supportfacelessuser2017-11-173-1/+7
* Fix new flake8 722 errorfacelessuser2017-10-261-1/+1
* Clean up some docs formatting.Waylan Limberg2017-09-182-8/+9
* Switch to codecov from coverallsWaylan Limberg2017-09-083-3/+11
* Manually define travis matrix.Waylan Limberg2017-09-071-7/+12
* Adjust for new PyPI changesWaylan Limberg2017-08-172-3/+2
* Merge remote-tracking branch 'upstream/master'2.6.9Waylan Limberg2017-08-170-0/+0
|\
| * Upped version to 2.6.9Waylan Limberg2017-08-172-1/+5
* | Upped version to 2.6.9Waylan Limberg2017-08-172-1/+5
|/
* GitHub/waylan => GitHub/Python-Markdown orgWaylan Limberg2017-08-1714-19/+18
* 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
* Fix a silly formatting error in README.Waylan Limberg2017-04-261-1/+1
* Added link to Code of Conduct in READMEWaylan Limberg2017-04-261-0/+8
* Add a code of conduct.Waylan Limberg2017-04-251-0/+50
* Update badgesWaylan Limberg2017-04-251-1/+1
* Exclude all nested test data from statsWaylan Limberg2017-04-251-7/+7
* Exclude test data from project stats.Waylan Limberg2017-04-251-0/+7
* The location keyword of OrderedDict.add is not optional.Waylan Limberg2017-03-091-1/+1
* Added footnote BACKLINK_TEXT test.Waylan Limberg2017-03-081-0/+24
* Loosen whitespace requirements for admonitions.Waylan Limberg2017-03-053-2/+18
* Fix regression of single column tables (#540)Isaac Muse2017-01-263-11/+169
* Upped version to 2.6.8.2.6.8-finalWaylan Limberg2017-01-252-2/+3
* Fix HTML parse with empty lines (#537)Isaac Muse2017-01-243-1/+29
* Fix footnote parsing of footnote content (#536)Isaac Muse2017-01-233-13/+78
* Create additional references for duplicate footnotes (#534)Isaac Muse2017-01-233-5/+115
* Fix hr recursion issue (#535)Isaac Muse2017-01-233-2/+18
* Better inline code escaping (#533)Isaac Muse2017-01-205-10/+42
* Tables: Improvements (#530)Isaac Muse2017-01-195-30/+172
* 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-113-41/+102
* Fix aspell silently failing (#523)Isaac Muse2017-01-111-0/+1
* command line (#517)Ben Petty2016-12-231-1/+1
* Spelling error (#516)Ben Petty2016-12-231-1/+1
* Add blank lines after toplevel function definitions.Dmitry Shachnev2016-11-184-0/+5
* Fox formatting of extension_configs example.Waylan Limberg2016-11-171-7/+3
* lists are not tables - fixes #478 (#507)Adam Wood2016-10-263-4/+15
* getiterator to iter (#501)Brandon Chinn2016-09-291-1/+1
* Replace `getiterator` function for Python 3.6 Brandon Chinn2016-09-291-2/+2