summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added more hr tests.utestWaylan Limberg2016-03-101-26/+58
* Added more header tests.Waylan Limberg2016-03-101-96/+171
* Added hr tests.Waylan Limberg2016-03-101-0/+310
* Added more header tests.Waylan Limberg2016-03-101-0/+144
* Added a bunch of hash header tests.Waylan Limberg2016-03-091-0/+343
* Added setext header tests.Waylan Limberg2016-03-091-0/+127
* Fleshed out rest of code block tests.Waylan Limberg2016-03-092-2/+16
* Moved test utils from tests to markdown.test_toolsWaylan Limberg2016-03-094-48/+48
* Added some more paragrpah unittests.Waylan Limberg2016-03-031-8/+166
* Proof of concept syntax unittests.Waylan Limberg2016-02-234-0/+148
* Cleanup backport of 2.6.x bugfixes.md3Waylan Limberg2015-12-296-35/+3
* Added Issue Stats badgeWaylan Limberg2015-12-291-0/+1
* Updated change_logWaylan Limberg2015-12-291-0/+2
* Switch Travis to new infrastructure for faster build.Waylan Limberg2015-12-291-4/+6
* Fix handling of characters after backtick in tables.Dmitry Shachnev2015-12-291-1/+1
* Add a failing testcase for issue #440.Dmitry Shachnev2015-12-292-1/+22
* Upped to version 2.6.4.Waylan Limberg2015-12-291-0/+2
* Ensure InlinePatterns don't drop newlines.Waylan Limberg2015-12-293-2/+7
* Upped to version 2.6.3.Waylan Limberg2015-12-291-0/+2
* Coverage 4.0 dropped support for Python 3.2. Until we drop Python 3.2, we mus...Waylan Limberg2015-12-291-2/+2
* Fixed handling of table cell splitMustafa Haddara2015-12-294-11/+133
* Fix infinite loop #430facelessuser2015-12-293-5/+17
* Fix find footnote placeholder to recurseGustav Tiger2015-12-293-1/+21
* Add a test for duplicate angled quotes without smarty extensionDmitry Shachnev2015-12-292-1/+4
* Override regex for html inline pattern when smart_angled_quotes is trueDmitry Shachnev2015-12-291-1/+6
* Add a test to make sure quotes processor does not touch code blocksDmitry Shachnev2015-12-292-2/+2
* Revert "smarty: Use a separate processor for angled quotes"Dmitry Shachnev2015-12-291-8/+4
* smarty: Use a separate processor for angled quotesDmitry Shachnev2015-12-291-4/+12
* tests: Add a failing case for `<<Hello>>` to smarty testDmitry Shachnev2015-12-292-0/+2
* Updated BlockProcessor to new-style class. Changed subclasses to use super().Kar Epker2015-12-292-6/+6
* Changed formatting of regex strings. Fixed flake8 issues.Kar Epker2015-12-292-19/+10
* Changed line continuations to satisfy pylint.Kar Epker2015-12-292-14/+19
* Fixed parser ignoring value of tab_length.Kar Epker2015-12-292-12/+31
* Restict travis to non-experimental branches.Waylan Limberg2015-06-191-0/+4
* flake8 cleanup.Waylan Limberg2015-04-221-1/+0
* Switch docs to mkdocsWaylan Limberg2015-04-2250-2168/+333
* Use twine to upload releases.Waylan Limberg2015-04-221-1/+3
* Update download link to point to wheel file.Waylan Limberg2015-04-221-1/+1
* Build and upload wheels for releases.Waylan Limberg2015-04-221-2/+2
* Revert to ext short names now that we use entry_points.Waylan Limberg2015-04-226-77/+77
* Refactor options testsWaylan Limberg2015-04-224-6/+12
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2015-04-2213-66/+49
* Removed unnessecary no attributes test.Waylan Limberg2015-04-223-8/+0
* Removed laxy_ol keyword. Use sane_lists extension instead.Waylan Limberg2015-04-228-43/+27
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2015-04-2219-78/+92
* Removed some Python2.6- specific code.Waylan Limberg2015-04-221-14/+1
* Simplify output_formats to html and xhtml.Waylan Limberg2015-04-221-18/+4
* Cleaned up some old Python 2.4 code.Waylan Limberg2015-04-221-7/+1
* All Markdown instances are now 'md'.Waylan Limberg2015-04-2214-82/+82
* Removed deprecated HeaderId Extension.Waylan Limberg2015-04-222-147/+0