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
...
*
|
Better fix for #164. Works in Python 2 & 3.
Waylan Limberg
2012-12-18
1
-4
/
+4
*
|
Fixed #169. The new version stuff now works in python 2 & 3.
Waylan Limberg
2012-12-18
1
-3
/
+12
*
|
Testing framework now runs on Python 2 & 3 unmodified.
Waylan Limberg
2012-12-14
6
-36
/
+46
*
|
Normalize line endings in tests as git may alter them on Windows.
Waylan Limberg
2012-12-14
1
-2
/
+3
*
|
Fixed #165. Switched the order of treeprocessors when attr_list and headerid ...
Waylan Limberg
2012-12-13
3
-10
/
+20
*
|
Fixed #164. attr_list extension attribute names are now sanitized and won't c...
Waylan Limberg
2012-12-13
3
-3
/
+16
*
|
Upped version to 2.3.dev.
Waylan Limberg
2012-12-05
4
-6
/
+46
*
|
Fixed #160. No `markdown=1` support in safe_mode.
Waylan Limberg
2012-12-05
1
-2
/
+3
*
|
Merge pull request #159 from mitya57/master
Waylan Limberg
2012-11-09
10
-12
/
+4
|
\
\
|
*
|
Fix all pyflakes unused-import/unused-variable warnings
Dmitry Shachnev
2012-11-09
9
-11
/
+3
|
*
|
docs/change_log.txt: add a missing `[`
Dmitry Shachnev
2012-11-05
1
-1
/
+1
*
|
|
Updated fix for #158 for Python <2.7
Waylan Limberg
2012-11-08
1
-1
/
+1
*
|
|
Fixed #158. Now properly encoding output to stdout.
Waylan Limberg
2012-11-07
1
-8
/
+7
|
/
/
*
|
Merge branch 'master' of https://github.com/waylan/Python-Markdown
2.2.1.final
Waylan Limberg
2012-11-04
6
-32
/
+90
|
\
\
|
*
|
Fixed minor typo in attr_list docs.
Waylan Limberg
2012-11-04
1
-1
/
+1
|
*
|
Merge pull request #157 from mitya57/master
Waylan Limberg
2012-11-03
3
-27
/
+68
|
|
\
\
|
|
*
|
docs/basic.css: Improve CSS a bit
Dmitry Shachnev
2012-11-03
1
-8
/
+15
|
|
*
|
docs/extensions/index.txt: make it clear what name to pass for extensions
Dmitry Shachnev
2012-11-03
1
-19
/
+53
|
|
*
|
Remove exec bit from extensions/fenced_code.py
Dmitry Shachnev
2012-11-03
1
-0
/
+0
|
|
/
/
|
*
|
Fix silly typo in previous commit.
Waylan Limberg
2012-11-01
1
-1
/
+1
|
*
|
A better fix for #155. Unescaping inline placholders now returns the text onl...
Waylan Limberg
2012-11-01
1
-6
/
+19
|
*
|
Fixed #154. Inline placeholders in img alt text are now unescaped.
Waylan Limberg
2012-11-01
1
-1
/
+1
|
*
|
Fixed #155. Early unescaping of inline placeholders now works when the placeh...
Waylan Limberg
2012-11-01
1
-1
/
+5
|
*
|
Merge pull request #156 from mitya57/master
Waylan Limberg
2012-10-26
1
-1
/
+1
|
|
\
\
|
|
*
|
Apply a fix from commit 3e6e70eb48 to the bottom panel as well
Dmitry Shachnev
2012-10-26
1
-1
/
+1
|
|
/
/
*
|
|
Upped version to 2.2.1.
Waylan Limberg
2012-11-04
6
-9
/
+24
*
|
|
Fixed CodeHilite test when pygments is not installed.
Waylan Limberg
2012-11-04
1
-1
/
+1
|
/
/
*
|
Fixed #153. Two spaces at end of paragraph is not a linebreak.
Waylan Limberg
2012-10-21
4
-14
/
+6
*
|
Fixed #152. Spaces in links are now escaped.
Waylan Limberg
2012-10-21
3
-3
/
+4
*
|
Fixed #151. Raw html matching is now case-insensitive.
Waylan Limberg
2012-10-21
3
-2
/
+13
*
|
Merge pull request #142 from mitya57/master
Waylan Limberg
2012-09-09
1
-0
/
+21
|
\
\
|
*
|
Remove unneeded link
Dmitry Shachnev
2012-09-09
1
-1
/
+0
|
*
|
setup.py: Add `long_description` attribute to `data`
Dmitry Shachnev
2012-09-09
1
-0
/
+22
|
/
/
*
|
Fixed #141. Minor typo on wikilinks docs.
Waylan Limberg
2012-09-07
1
-1
/
+1
|
*
Added comments detailing the difference between not providing a title and usi...
Tiago Serafim
2012-09-19
1
-0
/
+4
|
*
First version of the docs.
Tiago Serafim
2012-09-19
4
-38
/
+114
|
*
More tests for the extension and new tests for the RE. It's now possible to u...
Tiago Serafim
2012-09-19
4
-30
/
+40
|
*
Removed the configs.
Tiago Serafim
2012-09-08
2
-49
/
+17
|
*
Initial version with insufficient tests and no docs.
Tiago Serafim
2012-09-02
5
-10
/
+221
|
/
*
Merge pull request #139 from Grahack/patch-2
Waylan Limberg
2012-08-29
1
-2
/
+2
|
\
|
*
Typo: Boolen -> Boolean.
Grahack
2012-08-29
1
-2
/
+2
|
/
*
Merge pull request #137 from mitya57/master
Waylan Limberg
2012-08-28
1
-1
/
+1
|
\
|
*
Fixed not working "index" link in extensions documentation
Dmitry Shachnev
2012-08-28
1
-1
/
+1
*
|
Merge pull request #136 from Grahack/typos
Waylan Limberg
2012-08-28
4
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
Misc typos.
chri
2012-08-28
4
-6
/
+6
|
/
*
Merge pull request #131 from mitya57/master
Waylan Limberg
2012-08-27
2
-2399
/
+2398
|
\
|
*
Merge commit '63020032eab733ed74f06a687abb5c358de4e931'
Dmitry Shachnev
2012-08-26
1
-1
/
+0
|
|
\
|
|
*
Don't import from doctest, it's no longer used
Dmitry Shachnev
2012-08-26
1
-1
/
+0
|
|
/
|
/
|
|
*
Fix `footnote_many_footnotes` test as per #129
Dmitry Shachnev
2012-08-25
1
-2398
/
+2398
|
/
*
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Waylan Limberg
2012-08-23
1
-1
/
+1
|
\
[prev]
[next]