aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix image titles not following specfacelessuser2016-07-261-1/+1
| * Fix another issue with attribute lists (with multiple ‘=’ signs)Dmitry Shachnev2016-06-131-3/+3
* | Don't allow equal signs in attr_list keys.Waylan Limberg2016-09-231-3/+3
|/
* Attribute lists are not permitted to contain newlines. Fixes #482.Waylan Limberg2016-06-121-1/+1
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2016-04-111-0/+1
|\
| * Support CodeHilite option use_pygments in fenced_codeMartin Morgenstern2016-04-111-0/+1
* | Remove unnessecary if statement.Waylan Limberg2016-04-111-5/+1
|/
* Upped version to 2.6.6.2.6.6-finalWaylan Limberg2016-03-201-1/+1
* toc: Remove children from header element after iteratingDmitry Shachnev2016-03-171-1/+2
* Improve RawHtmlProcessor to have linear iso quadratic performanceMaurice van der Pot2016-02-261-7/+10
* Upped version to 2.6.5.2.6.5-finalWaylan Limberg2015-11-241-1/+1
* Fix handling of characters after backtick in tables.Dmitry Shachnev2015-11-071-1/+1
* Upped to version 2.6.4.2.6.4-finalWaylan Limberg2015-11-061-1/+1
* Ensure InlinePatterns don't drop newlines.Waylan Limberg2015-11-061-1/+1
* Upped to version 2.6.3.2.6.3-finalWaylan Limberg2015-10-261-1/+1
* Fixed handling of table cell splitMustafa Haddara2015-10-241-2/+49
* Fix infinite loop #430facelessuser2015-09-041-3/+4
* Fix find footnote placeholder to recurseGustav Tiger2015-08-291-1/+3
* Override regex for html inline pattern when smart_angled_quotes is trueDmitry Shachnev2015-06-201-1/+6
* Revert "smarty: Use a separate processor for angled quotes"Dmitry Shachnev2015-06-191-8/+4
* smarty: Use a separate processor for angled quotesDmitry Shachnev2015-06-151-4/+8
* Updated BlockProcessor to new-style class. Changed subclasses to use super().Kar Epker2015-06-012-6/+6
* Changed formatting of regex strings. Fixed flake8 issues.Kar Epker2015-06-012-19/+10
* Changed line continuations to satisfy pylint.Kar Epker2015-06-012-14/+19
* Fixed parser ignoring value of tab_length.Kar Epker2015-06-012-9/+30
* 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
* Added a 'use_pygments' config option to CodeHilite.Waylan Limberg2015-02-051-7/+10
* Upgraded to DeprecationWarning on ext `config` keyword.Waylan Limberg2015-02-051-9/+11
* Fix back-compat import of ext names without dots.Waylan Limberg2015-02-021-1/+1
* Use newer ElementTree API to avoid future breakage.Waylan Limberg2015-01-317-10/+9
* Only log warnings from commandline script.Waylan Limberg2015-01-313-18/+28
* More refactor of TOC Extension.Waylan Limberg2015-01-011-24/+24
* HeaderId Extension marked as Pending Deprecation.Waylan Limberg2015-01-012-69/+74
* PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)Waylan Limberg2014-12-302-35/+29
* Preserve order of nested headers in TOCWaylan Limberg2014-12-301-49/+55
* Complete test coverage of TOC ExtensionWaylan Limberg2014-12-301-8/+6
* Always add toc to Markdown Class InstanceWaylan Limberg2014-12-301-6/+6
* Add reset support to TOC extension.Waylan Limberg2014-12-301-0/+6