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
*
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
|
/
*
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
|
*
Add failing toc test
Stephan Groß
2016-03-17
1
-0
/
+15
|
/
*
Make TestCodeHilite work with Pygments ≥ 2.1.1
Dmitry Shachnev
2016-03-03
1
-3
/
+3
*
Fix for exceptions handling in HtmlOutput’s formatErr method
Dmitry Shachnev
2016-03-03
1
-0
/
+2
*
Added a few empty lines in the test to satisfy flake8
Maurice van der Pot
2016-02-27
1
-0
/
+3
*
Added assertStartsWith to tests to give better failure messages
Maurice van der Pot
2016-02-27
1
-27
/
+37
*
Improve RawHtmlProcessor to have linear iso quadratic performance
Maurice van der Pot
2016-02-26
1
-7
/
+10
*
Enabled pygments based tests.
Waylan Limberg
2016-01-28
2
-36
/
+14
*
Remove Py32 tests from travis, not tox.
Waylan Limberg
2016-01-28
2
-2
/
+1
*
No longer test Python 3.2
Waylan Limberg
2016-01-28
1
-1
/
+1
*
Remove downloadcache tox config value.
Waylan Limberg
2016-01-28
1
-2
/
+1
*
Added Issue Stats badge
Waylan Limberg
2015-12-25
1
-0
/
+1
*
Updated change_log
Waylan Limberg
2015-11-24
1
-0
/
+2
*
Upped version to 2.6.5.
2.6.5-final
Waylan Limberg
2015-11-24
1
-1
/
+1
*
Switch Travis to new infrastructure for faster build.
Waylan Limberg
2015-11-17
1
-4
/
+6
*
Merge pull request #441 from mitya57/master
Waylan Limberg
2015-11-07
3
-2
/
+23
|
\
|
*
Fix handling of characters after backtick in tables.
Dmitry Shachnev
2015-11-07
1
-1
/
+1
|
*
Add a failing testcase for issue #440.
Dmitry Shachnev
2015-11-07
2
-1
/
+22
|
/
*
Upped to version 2.6.4.
2.6.4-final
Waylan Limberg
2015-11-06
2
-1
/
+3
*
Ensure InlinePatterns don't drop newlines.
Waylan Limberg
2015-11-06
3
-2
/
+7
*
Upped to version 2.6.3.
2.6.3-final
Waylan Limberg
2015-10-26
2
-1
/
+3
*
Merge pull request #437 from MustafaHaddara/table-inline-code
Waylan Limberg
2015-10-26
4
-4
/
+134
|
\
|
*
Fixed handling of table cell split
Mustafa Haddara
2015-10-24
4
-4
/
+134
*
|
Coverage 4.0 dropped support for Python 3.2. Until we drop Python 3.2, we mus...
Waylan Limberg
2015-10-26
1
-1
/
+1
|
/
*
Merge pull request #432 from facelessuser/master
Waylan Limberg
2015-09-05
3
-4
/
+16
|
\
|
*
Fix infinite loop #430
facelessuser
2015-09-04
3
-4
/
+16
|
/
*
Merge pull request #429 from Tigge/patch-1
Waylan Limberg
2015-08-29
3
-1
/
+21
|
\
|
*
Fix find footnote placeholder to recurse
Gustav Tiger
2015-08-29
3
-1
/
+21
|
/
[next]