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
...
|
*
Complete test coverage of TOC Extension
Waylan Limberg
2014-12-30
2
-8
/
+48
|
*
Always add toc to Markdown Class Instance
Waylan Limberg
2014-12-30
1
-6
/
+6
|
*
Add reset support to TOC extension.
Waylan Limberg
2014-12-30
2
-0
/
+14
*
|
Fix test
Waylan Limberg
2014-12-30
1
-12
/
+1
*
|
Add reset support to TOC extension.
Waylan Limberg
2014-12-30
2
-0
/
+25
|
/
*
Better docs of treeprocessor API.
Waylan Limberg
2014-12-29
1
-3
/
+14
*
Merge pull request #378 from d0ugal/docs-fix
Waylan Limberg
2014-12-23
1
-4
/
+5
|
\
|
*
Correct the documentation for the slugify function
Dougal Matthews
2014-12-22
1
-4
/
+5
*
|
Merge pull request #376 from msabramo/flake8
Waylan Limberg
2014-12-09
2
-11
/
+15
|
\
\
|
*
|
flake8ify
Marc Abramowitz
2014-12-09
2
-11
/
+15
|
/
/
*
|
Merge branch 'kernc-meta_yaml'
Waylan Limberg
2014-11-30
4
-14
/
+110
|
\
\
|
*
|
Add YAML support to Meta extension
Kernc
2014-11-30
3
-13
/
+109
|
*
|
Upped version to 2.6.dev
Waylan Limberg
2014-11-30
1
-1
/
+1
|
*
|
Updated author email
Waylan Limberg
2014-11-30
2
-2
/
+3
|
|
/
*
/
Updated author email
Waylan Limberg
2014-11-30
2
-2
/
+3
|
/
*
Removed 3.1 env from tox
Waylan Limberg
2014-11-20
1
-1
/
+1
*
Added flake8 to tox and travis
Waylan Limberg
2014-11-20
2
-1
/
+9
*
Completed flake8 cleanup.
Waylan Limberg
2014-11-20
4
-261
/
+482
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
34
-708
/
+955
*
Added 2.5.2 to changelog.
Waylan Limberg
2014-11-20
1
-0
/
+2
*
Upped version to 2.5.2.
2.5.2-final
Waylan Limberg
2014-11-19
1
-1
/
+1
*
Merge pull request #371 from facelessuser/master
Waylan Limberg
2014-11-19
3
-5
/
+27
|
\
|
*
Issue #368: Fix Markdown in raw HTML stops working
facelessuser
2014-11-19
3
-5
/
+27
*
|
Merge pull request #367 from facelessuser/master
Waylan Limberg
2014-11-17
4
-51
/
+56
|
\
|
|
*
Issue #366 Recursion error in toc ext
facelessuser
2014-11-17
1
-48
/
+47
|
*
Issue #365 Bold/Italic nesting fix
facelessuser
2014-11-17
3
-3
/
+9
|
/
*
Make TestCodeHilite tests working with Pygments 2.0rc1.
Dmitry Shachnev
2014-11-04
1
-9
/
+5
*
Updated nl2br example in docs.
Waylan Limberg
2014-10-28
1
-1
/
+1
*
Merge pull request #360 from topless/patch-1
Waylan Limberg
2014-10-24
1
-1
/
+1
|
\
|
*
Changed logging level when loading extensions
Chris Topaloudis
2014-10-24
1
-1
/
+1
|
/
*
Merge pull request #358 from facelessuser/master
Waylan Limberg
2014-10-18
3
-2
/
+5
|
\
|
*
Fix tail out of order issue
facelessuser
2014-10-18
3
-2
/
+5
|
/
*
Merge pull request #350 from facelessuser/master
Waylan Limberg
2014-10-06
1
-10
/
+10
|
\
|
*
Use Pygments API
facelessuser
2014-10-04
1
-10
/
+10
|
/
*
Upped version to 2.5.1
2.5.1-final
Waylan Limberg
2014-09-26
3
-7
/
+6
*
Run Meta after whitespace normalization
Waylan Limberg
2014-09-26
1
-1
/
+1
*
Better nested STRONG EM support.
Waylan Limberg
2014-09-26
3
-2
/
+47
*
Fix the lost tail issue in inlineprocessors.
facelessuser
2014-09-26
3
-23
/
+40
*
Added a temp workwround for deprecated short ext names.
Waylan Limberg
2014-09-25
2
-9
/
+10
*
Fixed TOC Option parsing.
Waylan Limberg
2014-09-25
2
-3
/
+16
*
Add 2.5 release date, and fix a typo.
Dmitry Shachnev
2014-09-15
2
-2
/
+2
*
Version 2.5-Final
2.5-final
Waylan Limberg
2014-09-12
1
-1
/
+1
*
Deprecate positional args for markdownFromFile also.
Waylan Limberg
2014-09-12
1
-0
/
+4
*
Code Blocks must always be AtomicStrings
Waylan Limberg
2014-09-08
3
-3
/
+12
*
Mark "Safe Mode" as pending deprecation.
Waylan Limberg
2014-09-01
5
-32
/
+94
*
Some docs cleanup.
Waylan Limberg
2014-08-29
7
-60
/
+53
*
Updated extension API docs for recent changes.
Waylan Limberg
2014-08-29
2
-46
/
+70
*
Mark special treatment of extension names as PendingDeprecation
Waylan Limberg
2014-08-29
7
-55
/
+111
*
Code exampeles in extension docs now show best practices.
Waylan Limberg
2014-08-29
2
-13
/
+14
*
Refactored tests to no longer pass configs to names extensions.
Waylan Limberg
2014-08-29
1
-10
/
+19
[prev]
[next]