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
...
|
*
Do not use assigned names "next" and "id", rename to order_toc_list and clean...
benjaoming
2013-02-18
1
-18
/
+20
|
*
Merge branch 'toc-fix'
benjaoming
2013-02-18
1
-13
/
+12
|
/
|
|
*
code cleanup
benjaoming
2013-02-18
1
-13
/
+12
*
|
Merge pull request #191 from benjaoming/toc-fix
Waylan Limberg
2013-02-17
1
-63
/
+126
|
\
|
|
*
Make TocTreeprocessor extendable and be more gentle on badly structured headings
benjaoming
2013-02-17
1
-63
/
+126
|
/
*
Allow better linenum override in CodeHilite
Waylan Limberg
2013-02-14
4
-20
/
+125
*
Preserve all blank lines in code blocks.
Waylan Limberg
2013-02-14
2
-14
/
+14
*
Remove RSS Extension.
Waylan Limberg
2013-02-12
6
-161
/
+8
*
Build_docs script now uses new Admonition extension.
Waylan Limberg
2013-02-12
1
-1
/
+1
*
Allow capitalized Admonition title.
Waylan Limberg
2013-02-12
2
-2
/
+2
*
Update docs/release-2.3.txt
Waylan Limberg
2013-02-10
1
-0
/
+8
*
Noted in docs that admonitions are experimental.
Waylan Limberg
2013-02-10
1
-1
/
+5
*
Merge pull request #140 from slig/admonition
Waylan Limberg
2013-02-10
9
-48
/
+318
|
\
|
*
Better synthax description in the docs.
Tiago Serafim
2013-02-09
1
-1
/
+1
|
*
Merge branch 'master' into admonition
Tiago Serafim
2013-02-09
53
-256
/
+719
|
|
\
|
|
/
|
/
|
*
|
Footnote ids contain dashes when outputing HTML5.
Waylan Limberg
2013-02-08
3
-6
/
+14
*
|
Updated docs to reflect extension loading best practices.
Waylan Limberg
2013-02-08
2
-19
/
+50
*
|
Moved whitespace normalization to a preprocessor.
Waylan Limberg
2013-02-08
3
-5
/
+18
*
|
Added skeleton draft of Release Notes for 2.3
Waylan Limberg
2013-02-08
3
-4
/
+37
*
|
Cleaned up fixes for #183
Waylan Limberg
2013-02-08
3
-1
/
+7
*
|
HtmlBlockProcessor preserves empty lines
Waylan Limberg
2013-02-07
3
-9
/
+75
*
|
Preserve whitespace in empty lines
Waylan Limberg
2013-02-07
3
-1
/
+68
*
|
Preserve empty lines in code blocks
Waylan Limberg
2013-02-06
2
-7
/
+8
*
|
nl2br and attr_list compatability.
Waylan Limberg
2013-02-06
5
-3
/
+9
*
|
Account for a paragraph that starts with a colon when processing def_lists
Waylan Limberg
2013-02-06
3
-4
/
+50
*
|
Whitelisted known safe url schemes in safe_mode. A better fix for #185.
Waylan Limberg
2013-02-06
1
-6
/
+7
*
|
Merge pull request #185 from phihag/safemode-no-javascript-urls
Waylan Limberg
2013-02-05
3
-0
/
+8
|
\
\
|
*
|
Forbid javascript:// URLs in safe mode
Philipp Hagemeister
2013-02-05
3
-0
/
+8
|
/
/
*
|
Merge pull request #182 from abackstrom/img-ref-attributes
Waylan Limberg
2013-01-28
3
-0
/
+9
|
\
\
|
*
|
Enable attributes inside image references
Adam Backstrom
2013-01-27
3
-0
/
+9
|
/
/
*
|
Merge pull request #178 from mgorny/master
Waylan Limberg
2013-01-13
1
-1
/
+12
|
\
\
|
*
|
Support disabling documentation build via --no-build-docs.
Michał Górny
2013-01-13
1
-1
/
+12
|
/
/
*
|
No longer support python 2.5
Waylan Limberg
2013-01-10
1
-7
/
+1
*
|
Github no longer offers Downloads - no need to upload any.
Waylan Limberg
2013-01-10
1
-62
/
+0
*
|
Improved the goals in docs.
Waylan Limberg
2013-01-10
1
-3
/
+5
*
|
Added a "goals" section to the docs.
Waylan Limberg
2013-01-10
1
-2
/
+15
*
|
Added a list of known differences to the docs.
Waylan Limberg
2013-01-10
1
-8
/
+44
*
|
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
|
/
/
[prev]
[next]