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
*
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
|
/
*
Merge pull request #419 from mitya57/master
Waylan Limberg
2015-06-20
5
-12
/
+16
|
\
|
*
Add a test for duplicate angled quotes without smarty extension
Dmitry Shachnev
2015-06-20
2
-1
/
+4
|
*
Override regex for html inline pattern when smart_angled_quotes is true
Dmitry Shachnev
2015-06-20
1
-1
/
+6
|
*
Add a test to make sure quotes processor does not touch code blocks
Dmitry Shachnev
2015-06-19
2
-2
/
+2
|
*
Revert "smarty: Use a separate processor for angled quotes"
Dmitry Shachnev
2015-06-19
1
-8
/
+4
*
|
Restict travis to non-experimental branches.
Waylan Limberg
2015-06-19
1
-0
/
+4
|
/
*
Merge pull request #417 from mitya57/master
Waylan Limberg
2015-06-15
3
-4
/
+10
|
\
|
*
smarty: Use a separate processor for angled quotes
Dmitry Shachnev
2015-06-15
1
-4
/
+8
|
*
tests: Add a failing case for `<<Hello>>` to smarty test
Dmitry Shachnev
2015-06-15
2
-0
/
+2
|
/
*
Merge pull request #415 from karepker/master
Waylan Limberg
2015-06-01
2
-11
/
+28
|
\
|
*
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
|
/
*
Updated change_log for 2.6.2.
Waylan Limberg
2015-04-20
1
-0
/
+2
*
Upped version to 2.6.2
2.6.2-final
Waylan Limberg
2015-04-20
1
-1
/
+1
*
Merge pull request #404 from iKevinY/spelling-fixes
Waylan Limberg
2015-04-06
1
-6
/
+6
|
\
|
*
Miscellaneous capitalization/spelling fixes
Kevin Yap
2015-04-06
1
-6
/
+6
*
|
Merge pull request #400 from pieterprovoost/emptytable
Waylan Limberg
2015-04-06
3
-3
/
+15
|
\
\
|
|
/
|
/
|
|
*
updated tables test
pieterprovoost
2015-04-06
2
-2
/
+11
|
*
added support for zero row tables
pieterprovoost
2015-04-05
2
-2
/
+5
|
/
*
smarty: Add back special case for decade abbreviations
Dmitry Shachnev
2015-03-18
3
-6
/
+10
*
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Waylan Limberg
2015-03-14
1
-5
/
+5
|
\
|
*
Merge pull request #397 from gandaro/doc-fail-0
Waylan Limberg
2015-03-13
1
-5
/
+5
|
|
\
|
|
*
fix broken documentation code
Jakob Kramer
2015-03-13
1
-5
/
+5
|
|
/
*
/
Add Comment support to toc.
Waylan Limberg
2015-03-14
1
-2
/
+2
|
/
*
Upped version to 2.6.1
2.6.1-final
Waylan Limberg
2015-03-08
2
-1
/
+5
*
Removed `yaml` option from meta-data extension.
Waylan Limberg
2015-03-08
4
-74
/
+16
*
No `=` in key or value of attr lists.
Waylan Limberg
2015-02-24
3
-3
/
+21
*
Fix formatting DeprecationWarning messages.
Dmitry Shachnev
2015-02-20
1
-2
/
+2
*
Upped version to 2.6 final
2.6-final
Waylan Limberg
2015-02-19
2
-2
/
+2
*
Add 'help' command to makefile
Waylan Limberg
2015-02-19
1
-0
/
+14
*
No binary operators at begining of line.
Waylan Limberg
2015-02-18
4
-17
/
+14
*
Cleaned up spelling (again).
Waylan Limberg
2015-02-18
2
-5
/
+6
*
Reformatted Release Notes for 2.6.
Waylan Limberg
2015-02-18
1
-154
/
+188
*
Added some words missing from Travis' aspell dict.
Waylan Limberg
2015-02-07
1
-0
/
+5
*
Add Docs spellchecking Test.
Waylan Limberg
2015-02-07
4
-1
/
+157
*
Thorough spell check of the docs.
Waylan Limberg
2015-02-07
28
-429
/
+441
[next]