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
...
|
*
|
Support syntax for highlighted lines like: ```python hl_lines=“1 3”
A. Jesse Jiryu Davis
2014-01-06
3
-8
/
+47
|
*
|
Add feature for emphasizing some lines in a code block.
A. Jesse Jiryu Davis
2014-01-03
3
-11
/
+97
*
|
|
Merge pull request #275 from geekman/master
Waylan Limberg
2014-01-05
3
-1
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed parsing of brackets within inline image titles.
Darell Tan
2014-01-05
3
-1
/
+22
|
/
/
*
|
Fixed silly spelling errors.
Waylan Limberg
2014-01-01
1
-6
/
+6
*
|
Updated footnote documentation for clarity.
Waylan Limberg
2014-01-01
1
-8
/
+21
*
|
Merge pull request #266 from ryneeverett/issue52
Waylan Limberg
2013-12-23
3
-22
/
+24
|
\
\
|
*
|
Miscellaneous improvements and bug fixes.
ryneeverett
2013-11-19
3
-22
/
+24
|
|
/
*
|
Merge pull request #272 from cjrd/master
Waylan Limberg
2013-12-23
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
added missing 's' to wikilinks documentation
Colorado Reed
2013-12-22
1
-3
/
+2
|
/
*
Update reference.txt
Waylan Limberg
2013-10-23
1
-1
/
+1
*
Merge pull request #260 from ryneeverett/master
Waylan Limberg
2013-10-14
6
-57
/
+330
|
\
|
*
Issue #52
ryneeverett
2013-10-14
6
-57
/
+330
|
/
*
Merge pull request #252 from mitya57/master
Waylan Limberg
2013-09-29
10
-47
/
+78
|
\
|
*
toc: insert `¶` instead of raw unicode character
Dmitry Shachnev
2013-09-29
2
-7
/
+7
|
*
Mention new option in toc.txt
Dmitry Shachnev
2013-09-29
1
-0
/
+2
|
*
Add tests for the previous two commits
Dmitry Shachnev
2013-09-25
4
-10
/
+23
|
*
Add new "permalink" option to toc extension
Dmitry Shachnev
2013-09-25
3
-15
/
+34
|
*
Add new utility function parseBoolValue()
Dmitry Shachnev
2013-09-25
4
-23
/
+20
*
|
Merge pull request #256 from eichin/patch-1
Waylan Limberg
2013-09-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update __init__.py
Mark Eichin
2013-09-26
1
-1
/
+1
|
/
*
Merge pull request #247 from vhf/patch-1
Waylan Limberg
2013-09-18
1
-1
/
+1
|
\
|
*
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
[prev]
[next]