summaryrefslogtreecommitdiff
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* Cleanup backport of 2.6.x bugfixes.md3Waylan Limberg2015-12-292-1/+3
* Fix handling of characters after backtick in tables.Dmitry Shachnev2015-12-291-1/+1
* Ensure InlinePatterns don't drop newlines.Waylan Limberg2015-12-291-1/+1
* Fixed handling of table cell splitMustafa Haddara2015-12-291-2/+49
* Fix infinite loop #430facelessuser2015-12-291-4/+5
* Fix find footnote placeholder to recurseGustav Tiger2015-12-291-1/+3
* Override regex for html inline pattern when smart_angled_quotes is trueDmitry Shachnev2015-12-291-1/+6
* 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
* 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
* flake8 cleanup.Waylan Limberg2015-04-221-1/+0
* Revert to ext short names now that we use entry_points.Waylan Limberg2015-04-221-6/+6
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2015-04-225-58/+40
* Removed laxy_ol keyword. Use sane_lists extension instead.Waylan Limberg2015-04-223-4/+5
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2015-04-224-42/+47
* 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-221-93/+0
* Removed md_globals from extension API.Waylan Limberg2015-04-2219-21/+19
* Replaced scripts with 'console_scripts' entry points.Waylan Limberg2015-04-221-1/+1
* Removed now unnessecary 'makeExtension' functions from extensions.Waylan Limberg2015-04-2218-72/+2
* Use entry points to load extensions by name.Waylan Limberg2015-04-221-39/+23
* Moved testing framework into library.Waylan Limberg2015-04-221-0/+232
* 100% coverage of core.py and flake8 cleanup.Waylan Limberg2015-04-223-8/+4
* Removed unused import.Waylan Limberg2015-04-221-1/+0
* Removed deprecated support for positional args on Extension class.Waylan Limberg2015-04-2218-77/+49
* removed -safe option from commandline script.Waylan Limberg2015-04-222-9/+0
* Removed deprecated safe_mode.Waylan Limberg2015-04-2210-117/+24
* Removed deprecated support for short extension names.Waylan Limberg2015-04-221-51/+4
* Removed support for deprecated config in ext name.Waylan Limberg2015-04-221-19/+2
* Removed deprecated support for positional args.Waylan Limberg2015-04-221-32/+4
* Moved core to core.pyWaylan Limberg2015-04-224-515/+518
* Upped version to 3.0.0.devWaylan Limberg2015-04-221-1/+2
* Upped version to 2.6.22.6.2-finalWaylan Limberg2015-04-201-1/+1
* Merge pull request #404 from iKevinY/spelling-fixesWaylan Limberg2015-04-061-6/+6
|\
| * Miscellaneous capitalization/spelling fixesKevin Yap2015-04-061-6/+6
* | added support for zero row tablespieterprovoost2015-04-051-2/+2
|/
* smarty: Add back special case for decade abbreviationsDmitry Shachnev2015-03-181-0/+4
* Add Comment support to toc.Waylan Limberg2015-03-141-2/+2
* Upped version to 2.6.12.6.1-finalWaylan Limberg2015-03-081-1/+1
* Removed `yaml` option from meta-data extension.Waylan Limberg2015-03-081-34/+6
* No `=` in key or value of attr lists.Waylan Limberg2015-02-241-2/+2
* Fix formatting DeprecationWarning messages.Dmitry Shachnev2015-02-201-2/+2
* Upped version to 2.6 final2.6-finalWaylan Limberg2015-02-191-1/+1
* No binary operators at begining of line.Waylan Limberg2015-02-184-17/+14