index
:
markdown/.git
master
A Python implementation of John Gruber’s Markdown with Extension support.
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upped version to 2.6.8.
2.6.8-final
Waylan Limberg
2017-01-25
2
-2
/
+3
*
Fix HTML parse with empty lines (#537)
Isaac Muse
2017-01-24
3
-1
/
+29
*
Fix footnote parsing of footnote content (#536)
Isaac Muse
2017-01-23
3
-13
/
+78
*
Create additional references for duplicate footnotes (#534)
Isaac Muse
2017-01-23
3
-5
/
+115
*
Fix hr recursion issue (#535)
Isaac Muse
2017-01-23
3
-2
/
+18
*
Better inline code escaping (#533)
Isaac Muse
2017-01-20
5
-10
/
+42
*
Tables: Improvements (#530)
Isaac Muse
2017-01-19
5
-30
/
+172
*
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
3
-41
/
+102
*
Fix aspell silently failing (#523)
Isaac Muse
2017-01-11
1
-0
/
+1
*
command line (#517)
Ben Petty
2016-12-23
1
-1
/
+1
*
Spelling error (#516)
Ben Petty
2016-12-23
1
-1
/
+1
*
Add blank lines after toplevel function definitions.
Dmitry Shachnev
2016-11-18
4
-0
/
+5
*
Fox formatting of extension_configs example.
Waylan Limberg
2016-11-17
1
-7
/
+3
*
lists are not tables - fixes #478 (#507)
Adam Wood
2016-10-26
3
-4
/
+15
*
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
2
-1
/
+3
*
No need to test the same thing twice.
Waylan Limberg
2016-09-23
2
-5
/
+2
*
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Waylan Limberg
2016-09-23
8
-11
/
+21
|
\
|
*
Fix table alignment when seperator contains spaces (#489)
eph
2016-08-15
2
-4
/
+5
|
*
Merge pull request #485 from facelessuser/master
Waylan Limberg
2016-07-26
3
-3
/
+9
|
|
\
|
|
*
Fix image titles not following spec
facelessuser
2016-07-26
3
-3
/
+9
|
|
/
|
*
Merge pull request #483 from mitya57/master
Waylan Limberg
2016-06-13
3
-3
/
+6
|
|
\
|
|
*
Fix another issue with attribute lists (with multiple ‘=’ signs)
Dmitry Shachnev
2016-06-13
3
-3
/
+6
|
|
/
*
|
Don't allow equal signs in attr_list keys.
Waylan Limberg
2016-09-23
3
-4
/
+7
*
|
Fix a few spelling errors.
Waylan Limberg
2016-09-23
1
-3
/
+3
|
/
*
Attribute lists are not permitted to contain newlines. Fixes #482.
Waylan Limberg
2016-06-12
3
-2
/
+6
*
Additional improvements to Codehilite docs. Addesses concerns raised in #480.
Waylan Limberg
2016-06-06
1
-18
/
+45
*
Merge pull request #480 from krother/patch-1
Waylan Limberg
2016-06-06
1
-8
/
+15
|
\
|
*
added instructions for CodeHilite with Pygments
Kristian Rother
2016-06-06
1
-8
/
+15
|
/
*
Merge pull request #478 from adamchainz/readthedocs.io
Waylan Limberg
2016-05-29
3
-4
/
+4
|
\
|
*
Convert readthedocs link for their .org -> .io migration for hosted projects
Adam Chainz
2016-05-29
3
-4
/
+4
|
/
*
Added version 2.6.6 to change log.
Waylan Limberg
2016-05-25
1
-0
/
+2
*
Merge pull request #476 from adamchainz/readme_link_changelog
Waylan Limberg
2016-05-08
1
-0
/
+2
|
\
|
*
README - add link to changelog
Adam Chainz
2016-05-08
1
-0
/
+2
|
/
*
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Waylan Limberg
2016-04-11
3
-2
/
+15
|
\
|
*
Merge pull request #469 from martinmo/fenced-code-no-pygments
Waylan Limberg
2016-04-11
2
-0
/
+13
|
|
\
|
|
*
Support CodeHilite option use_pygments in fenced_code
Martin Morgenstern
2016-04-11
1
-0
/
+1
|
|
*
Test if fenced_code honors CodeHilite option use_pygments
Martin Morgenstern
2016-04-11
1
-0
/
+12
|
|
/
|
*
Merge pull request #466 from sblondon/master
Waylan Limberg
2016-03-30
1
-2
/
+2
|
|
\
|
|
*
Fix lazy ordered list example in documentation
sblondon
2016-03-30
1
-2
/
+2
|
|
/
*
/
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
*
Merge pull request #462 from waylan/toc_bug
Waylan Limberg
2016-03-17
2
-1
/
+74
|
\
|
*
toc: Remove children from header element after iterating
Dmitry Shachnev
2016-03-17
1
-1
/
+2
|
*
Add single inline code toc tests
Stephan Groß
2016-03-17
1
-4
/
+33
|
*
Add toc permalink tests
Stephan Groß
2016-03-17
1
-0
/
+28
[next]