index
:
delta/python-markdown.git
2.6
baserock/morph
experiment-ancestory
feature-ancestry
flake8-722
html
image-url-spaces
inline
issue253
issue712
master
md3
mitya57/coveralls
mitya57/script-name
no-header_id.md
raw-html-ref-issue
regex-fixes
registry
revert-417-master
slowhtml
strongem
tox
travis-update
utest
waylan-patch-1
github.com: waylan/Python-Markdown.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
markdown
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upped version to 2.6.9
Waylan Limberg
2017-08-17
1
-1
/
+1
*
fix DeprecationWarning: invalid escape sequence
d9pouces
2017-07-25
1
-1
/
+1
*
fix DeprecationWarning: invalid escape sequence
d9pouces
2017-07-25
2
-4
/
+4
*
Fix typo s/Goggle/Google/
Tim Chase
2017-06-03
1
-1
/
+1
*
Loosen whitespace requirements for admonitions.
Waylan Limberg
2017-03-05
1
-2
/
+2
*
Fix regression of single column tables (#540)
Isaac Muse
2017-01-26
1
-9
/
+40
*
Upped version to 2.6.8.
2.6.8-final
Waylan Limberg
2017-01-25
1
-1
/
+1
*
Fix HTML parse with empty lines (#537)
Isaac Muse
2017-01-24
1
-1
/
+7
*
Fix footnote parsing of footnote content (#536)
Isaac Muse
2017-01-23
1
-13
/
+20
*
Create additional references for duplicate footnotes (#534)
Isaac Muse
2017-01-23
1
-5
/
+93
*
Fix hr recursion issue (#535)
Isaac Muse
2017-01-23
1
-2
/
+3
*
Better inline code escaping (#533)
Isaac Muse
2017-01-20
1
-5
/
+9
*
Tables: Improvements (#530)
Isaac Muse
2017-01-19
2
-29
/
+56
*
Update fenced code extension to match codehilite lang regex. (#529)
Waylan Limberg
2017-01-18
1
-1
/
+1
*
codehilite: detect languages with funny names (#527)
Grant Mathews
2017-01-17
1
-1
/
+1
*
Recognize <main> as an HTML5 block level tag. (#525)
daniel-j-mac
2017-01-17
1
-1
/
+1
*
Better handling of backticks in tables (#524)
Isaac Muse
2017-01-11
1
-40
/
+62
*
Add blank lines after toplevel function definitions.
Dmitry Shachnev
2016-11-18
3
-0
/
+3
*
lists are not tables - fixes #478 (#507)
Adam Wood
2016-10-26
1
-1
/
+2
*
getiterator to iter (#501)
Brandon Chinn
2016-09-29
1
-1
/
+1
*
Replace `getiterator` function for Python 3.6
Brandon Chinn
2016-09-29
1
-2
/
+2
*
Up version to 2.6.7
2.6.7-final
Waylan Limberg
2016-09-23
1
-1
/
+1
*
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Waylan Limberg
2016-09-23
3
-4
/
+5
|
\
|
*
Fix table alignment when seperator contains spaces (#489)
eph
2016-08-15
1
-0
/
+1
|
*
Fix image titles not following spec
facelessuser
2016-07-26
1
-1
/
+1
|
*
Fix another issue with attribute lists (with multiple ‘=’ signs)
Dmitry Shachnev
2016-06-13
1
-3
/
+3
*
|
Don't allow equal signs in attr_list keys.
Waylan Limberg
2016-09-23
1
-3
/
+3
|
/
*
Attribute lists are not permitted to contain newlines. Fixes #482.
Waylan Limberg
2016-06-12
1
-1
/
+1
*
Convert readthedocs link for their .org -> .io migration for hosted projects
Adam Chainz
2016-05-29
1
-1
/
+1
*
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Waylan Limberg
2016-04-11
1
-0
/
+1
|
\
|
*
Support CodeHilite option use_pygments in fenced_code
Martin Morgenstern
2016-04-11
1
-0
/
+1
*
|
Remove unnessecary if statement.
Waylan Limberg
2016-04-11
1
-5
/
+1
|
/
*
Upped version to 2.6.6.
2.6.6-final
Waylan Limberg
2016-03-20
1
-1
/
+1
*
toc: Remove children from header element after iterating
Dmitry Shachnev
2016-03-17
1
-1
/
+2
*
Improve RawHtmlProcessor to have linear iso quadratic performance
Maurice van der Pot
2016-02-26
1
-7
/
+10
*
Upped version to 2.6.5.
2.6.5-final
Waylan Limberg
2015-11-24
1
-1
/
+1
*
Fix handling of characters after backtick in tables.
Dmitry Shachnev
2015-11-07
1
-1
/
+1
*
Upped to version 2.6.4.
2.6.4-final
Waylan Limberg
2015-11-06
1
-1
/
+1
*
Ensure InlinePatterns don't drop newlines.
Waylan Limberg
2015-11-06
1
-1
/
+1
*
Upped to version 2.6.3.
2.6.3-final
Waylan Limberg
2015-10-26
1
-1
/
+1
*
Fixed handling of table cell split
Mustafa Haddara
2015-10-24
1
-2
/
+49
*
Fix infinite loop #430
facelessuser
2015-09-04
1
-3
/
+4
*
Fix find footnote placeholder to recurse
Gustav Tiger
2015-08-29
1
-1
/
+3
*
Override regex for html inline pattern when smart_angled_quotes is true
Dmitry Shachnev
2015-06-20
1
-1
/
+6
*
Revert "smarty: Use a separate processor for angled quotes"
Dmitry Shachnev
2015-06-19
1
-8
/
+4
*
smarty: Use a separate processor for angled quotes
Dmitry Shachnev
2015-06-15
1
-4
/
+8
*
Updated BlockProcessor to new-style class. Changed subclasses to use super().
Kar Epker
2015-06-01
2
-6
/
+6
*
Changed formatting of regex strings. Fixed flake8 issues.
Kar Epker
2015-06-01
2
-19
/
+10
*
Changed line continuations to satisfy pylint.
Kar Epker
2015-06-01
2
-14
/
+19
*
Fixed parser ignoring value of tab_length.
Kar Epker
2015-06-01
2
-9
/
+30
[next]