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
...
|
*
Typo fix
vhf / victor felder
2013-09-09
1
-1
/
+1
*
|
Merge pull request #251 from me-and/wikilinks-s
Waylan Limberg
2013-09-18
1
-26
/
+26
|
\
\
|
*
|
Clean trailing whitespace
Adam Dinwoodie
2013-09-19
1
-21
/
+21
|
*
|
Correct documentation: `wikilink` -> `wikilinks`
Adam Dinwoodie
2013-09-19
1
-6
/
+6
|
/
/
*
|
Merge pull request #249 from lvella/master
Waylan Limberg
2013-09-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix: "AttributeError: 'dict_items' object has no attribute 'sort'"
Lucas Clemente Vella
2013-09-11
1
-1
/
+1
|
/
*
Merge pull request #246 from FND/patch-1
Waylan Limberg
2013-09-04
1
-1
/
+1
|
\
|
*
fix typo
FND
2013-09-04
1
-1
/
+1
|
/
*
Ensure each term on def list maintains its own loose status.
Waylan Limberg
2013-09-02
3
-2
/
+23
*
Merge pull request #244 from Grahack/patch-3
Waylan Limberg
2013-08-24
1
-1
/
+1
|
\
|
*
Typo in util.py
Grahack
2013-08-24
1
-1
/
+1
|
/
*
Allow fenced_code to be configurable in subclasses.
Waylan Limberg
2013-08-19
1
-10
/
+9
*
Added release notes for pending release of v2.4.
Waylan Limberg
2013-08-13
4
-5
/
+53
*
Deprecated CodeHilite's force_linenos config setting.
Waylan Limberg
2013-08-13
1
-1
/
+1
*
Extended headerid's rawHTML in id handling to toc ext.
Waylan Limberg
2013-08-11
2
-16
/
+20
*
Allow extensions to register serializers
Waylan Limberg
2013-08-07
3
-8
/
+28
*
Serializers now preserve case of tags.
Waylan Limberg
2013-08-07
2
-4
/
+35
*
HeaderID Ext now handles raw html in ids. Fixes #232
Waylan Limberg
2013-07-28
3
-2
/
+32
*
Fix Python 3 compat in Attr_list. Fixes #218.
Waylan Limberg
2013-07-28
1
-1
/
+1
*
Merge pull request #233 from mitya57/run-test-fix
Waylan Limberg
2013-07-28
1
-1
/
+1
|
\
|
*
Fix NameError in run-tests.py
Dmitry Shachnev
2013-07-28
1
-1
/
+1
|
/
*
Merge pull request #231 from mitya57/master
Waylan Limberg
2013-07-28
10
-5
/
+344
|
\
|
*
Some fixes requested by @waylan, cleanup and tests improvements
Dmitry Shachnev
2013-07-27
3
-13
/
+20
|
*
Use smarty extension when building docs
Dmitry Shachnev
2013-07-26
1
-1
/
+1
|
*
Add documentation for smarty extension
Dmitry Shachnev
2013-07-26
5
-4
/
+63
|
*
Add smarty extension, based on SmartyPants library
Dmitry Shachnev
2013-07-26
4
-0
/
+273
|
/
*
Added support for attr_lists on definition list terms.
Waylan Limberg
2013-07-19
4
-4
/
+24
*
Allow inline attr_lists at end of header.
Waylan Limberg
2013-07-19
3
-3
/
+3
*
Attr_List Extension now also supports nested ol's.
Waylan Limberg
2013-07-19
3
-12
/
+54
*
MetaData no longer fails with no newline. Fixes #228.
Waylan Limberg
2013-07-03
2
-1
/
+8
*
Minor cleanup.
Waylan Limberg
2013-06-16
1
-1
/
+0
*
Attr_List Extension now support attr_lists on nested lists.
Waylan Limberg
2013-06-16
3
-2
/
+51
*
Fixed wikilinks extension's handling of config setting. Not sure how I didn't...
Waylan Limberg
2013-06-16
1
-2
/
+2
*
Improved codehilite docs. Document `css_class` setting.
Waylan Limberg
2013-06-16
1
-5
/
+13
*
AbbrExtension now handles abbreviations nested in other markup.
Waylan Limberg
2013-06-16
2
-2
/
+11
*
Fixed #216. WikiLink Extension actually accepts configs.
Waylan Limberg
2013-05-19
1
-2
/
+2
*
Updated extension API docs to list output_format and serializer on the md ins...
Waylan Limberg
2013-05-09
1
-6
/
+9
*
Merge pull request #212 from shvechikov/patch-1
Waylan Limberg
2013-04-15
1
-1
/
+1
|
\
|
*
Fixed a typo in the docs
Leonid Shvechikov
2013-04-15
1
-1
/
+1
|
/
*
Merge pull request #207 from mitya57/cleanup
Waylan Limberg
2013-03-23
4
-11
/
+4
|
\
|
*
odict.py: remove usage of iteritems_compat which was not working
Dmitry Shachnev
2013-03-23
1
-8
/
+3
|
*
Remove some unused imports
Dmitry Shachnev
2013-03-23
3
-3
/
+1
|
/
*
Version 2.3.1
2.3.1.final
Waylan Limberg
2013-03-22
1
-1
/
+1
*
Added a note about tox in test suite docs.
Waylan Limberg
2013-03-19
1
-1
/
+7
*
Ensure handleAttributes doesn't lose AtomicStrings.
Waylan Limberg
2013-03-18
1
-3
/
+3
*
Merge pull request #205 from Gamma3000/future-order
Waylan Limberg
2013-03-18
23
-33
/
+36
|
\
|
*
Use lead blockprocessor comment as docstring
Adam Dinwoodie
2013-03-18
1
-10
/
+12
|
*
Future imports go after the docstrings
Adam Dinwoodie
2013-03-18
23
-23
/
+24
|
/
*
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Waylan Limberg
2013-03-15
2
-4
/
+11
|
\
|
*
Merge pull request #201 from mitya57/pyflakes-fixes
Waylan Limberg
2013-03-15
2
-4
/
+11
|
|
\
[prev]
[next]