summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed md_globals from extension API.Waylan Limberg2015-04-2220-22/+20
* Update shields to point to correct repo/branch.Waylan Limberg2015-04-221-2/+2
* Updated README with warning that this is 3.0.dev.Waylan Limberg2015-04-221-5/+13
* Seperated 'build_docs' command from 'build' command.Waylan Limberg2015-04-222-23/+0
* Replaced scripts with 'console_scripts' entry points.Waylan Limberg2015-04-227-79/+10
* Removed now unnessecary 'makeExtension' functions from extensions.Waylan Limberg2015-04-2219-72/+3
* Use entry points to load extensions by name.Waylan Limberg2015-04-224-59/+57
* Moved testing framework into library.Waylan Limberg2015-04-224-327/+234
* 100% coverage of core.py and flake8 cleanup.Waylan Limberg2015-04-226-12/+51
* Removed unused import.Waylan Limberg2015-04-221-1/+0