aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Document the new test tools.Waylan Limberg2018-01-085-140/+178
* Switch from nose to unittestWaylan Limberg2018-01-0819-593/+342
* Provide new testing framework.Waylan Limberg2018-01-087-0/+1349
* Include MkDocs config in dist.Waylan Limberg2018-01-082-0/+4
* Version to 3.0.devWaylan Limberg2018-01-082-2/+2
* Up version to 2.6.11 (#620)2.6.11Waylan Limberg2018-01-043-2/+6
* Fix raw html reference issue (#585)Isaac Muse2018-01-045-1/+203
* Avoid DeprecationWarnings for etreeWaylan Limberg2018-01-042-5/+5
* Warnings should cause tests to fail.Waylan Limberg2018-01-041-0/+7
* Make sure regex patterns are raw strings (#614)Isaac Muse2018-01-024-19/+19
* Remove unwanted apostrophe from docsAlex Chan2017-12-271-1/+1
* [Footnote extension] Add a way to customize the backlink title (#616)Jorge Maldonado Ventura2017-12-222-2/+13
* Restore code to use markdown_py as the console script name.Dmitry Shachnev2017-12-101-1/+6
* 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