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
*
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
*
Added a 'use_pygments' config option to CodeHilite.
Waylan Limberg
2015-02-05
4
-8
/
+43
*
Upgraded to DeprecationWarning on ext `config` keyword.
Waylan Limberg
2015-02-05
2
-18
/
+68
*
Fix back-compat import of ext names without dots.
Waylan Limberg
2015-02-02
1
-1
/
+1
*
Use newer ElementTree API to avoid future breakage.
Waylan Limberg
2015-01-31
7
-10
/
+9
*
Only log warnings from commandline script.
Waylan Limberg
2015-01-31
4
-21
/
+30
*
Merge pull request #382 from nikolas/patch-1
Waylan Limberg
2015-01-28
1
-1
/
+1
|
\
|
*
typo fix
nikolas
2015-01-28
1
-1
/
+1
|
*
Fix typo in release-2.6.txt
nikolas
2015-01-28
1
-1
/
+1
|
/
*
Add offical support for PyPy.
Waylan Limberg
2015-01-10
3
-2
/
+8
*
Added test-requirements.txt
Waylan Limberg
2015-01-10
2
-4
/
+5
*
Clean up a few typos and formatting issues.
Waylan Limberg
2015-01-01
2
-55
/
+51
*
More refactor of TOC Extension.
Waylan Limberg
2015-01-01
1
-24
/
+24
*
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Waylan Limberg
2015-01-01
1
-1
/
+1
|
\
|
*
Merge pull request #381 from svetlyak40wt/patch-1
Waylan Limberg
2014-12-31
1
-1
/
+1
|
|
\
|
|
*
Fix a small typo
Alexander Artemenko
2014-12-31
1
-1
/
+1
|
|
/
*
/
HeaderId Extension marked as Pending Deprecation.
Waylan Limberg
2015-01-01
6
-157
/
+289
|
/
*
Added first draft of 2.6 release notes.
Waylan Limberg
2014-12-30
5
-6
/
+142
*
PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)
Waylan Limberg
2014-12-30
3
-41
/
+35
*
Preserve order of nested headers in TOC
Waylan Limberg
2014-12-30
4
-49
/
+108
*
Merge branch 'temp'
Waylan Limberg
2014-12-30
2
-14
/
+54
|
\
[next]