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
path:
root
/
tests
/
safe_mode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forbid javascript:// URLs in safe mode
Philipp Hagemeister
2013-02-05
2
-0
/
+5
*
Fixed #153. Two spaces at end of paragraph is not a linebreak.
Waylan Limberg
2012-10-21
1
-6
/
+3
*
Inline html is now escaped by the searializer.
Waylan Limberg
2012-01-19
6
-7
/
+7
*
Partial fix for issue introduced in fix for #59
Waylan Limberg
2012-01-19
4
-0
/
+4
*
Cleaned up tests after merging pull request fixing #72.
Waylan Limberg
2012-01-18
4
-0
/
+14
*
When safe mode is 'escape', don't allow bad html to stop further processing.
Mike Dirolf
2012-01-14
2
-21
/
+16
*
Moved test dir back out of markdown lib. We don't need to install the tests i...
Waylan Limberg
2010-02-12
15
-0
/
+482
*
Moves tests to a subdir of the markdown lib.
Waylan Limberg
2009-06-05
11
-270
/
+0
*
Initial implementation of nose testing. Still some cleanup to do, but this sh...
Waylan Limberg
2009-06-05
1
-0
/
+2
*
Replaced indentation with linebreaks only. At least its more consistant - and...
Waylan Limberg
2008-09-03
2
-15
/
+8
*
Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. Now
Waylan Limberg
2008-08-22
1
-16
/
+8
*
Aggregated regexp for both backtick and double backtick.
Artem Yunusov
2008-07-16
2
-3
/
+3
*
A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ...
Artem Yunusov
2008-07-14
5
-116
/
+93
*
Code blocks escaping bug fixed. Some test suite modifications.
Artem Yunusov
2008-07-03
1
-2
/
+3
*
Added safe_mode to testing framework and soem tests.
Waylan Limberg
2008-03-19
8
-0
/
+254
*
Added sanatition of link urls when in safe_mode to no longer allow javascript...
Waylan Limberg
2008-03-18
2
-0
/
+51