aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
...
* Upped version to 2.6.9Waylan Limberg2017-08-171-1/+1
* 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
* Loosen whitespace requirements for admonitions.Waylan Limberg2017-03-051-2/+2
* Fix regression of single column tables (#540)Isaac Muse2017-01-261-9/+40
* Upped version to 2.6.8.2.6.8-finalWaylan Limberg2017-01-251-1/+1
* Fix HTML parse with empty lines (#537)Isaac Muse2017-01-241-1/+7
* Fix footnote parsing of footnote content (#536)Isaac Muse2017-01-231-13/+20
* Create additional references for duplicate footnotes (#534)Isaac Muse2017-01-231-5/+93
* Fix hr recursion issue (#535)Isaac Muse2017-01-231-2/+3
* Better inline code escaping (#533)Isaac Muse2017-01-201-5/+9
* Tables: Improvements (#530)Isaac Muse2017-01-192-29/+56
* Update fenced code extension to match codehilite lang regex. (#529)Waylan Limberg2017-01-181-1/+1
* codehilite: detect languages with funny names (#527)Grant Mathews2017-01-171-1/+1
* Recognize <main> as an HTML5 block level tag. (#525)daniel-j-mac2017-01-171-1/+1
* Better handling of backticks in tables (#524)Isaac Muse2017-01-111-40/+62
* Add blank lines after toplevel function definitions.Dmitry Shachnev2016-11-183-0/+3
* lists are not tables - fixes #478 (#507)Adam Wood2016-10-261-1/+2
* getiterator to iter (#501)Brandon Chinn2016-09-291-1/+1
* Replace `getiterator` function for Python 3.6 Brandon Chinn2016-09-291-2/+2
* Up version to 2.6.72.6.7-finalWaylan Limberg2016-09-231-1/+1
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2016-09-233-4/+5
|\
| * Fix table alignment when seperator contains spaces (#489)eph2016-08-151-0/+1
| * 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