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
/
misc
/
html.html
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #28. Inline raw html is now enclosed in p tags. This used to work. Some...
Waylan Limberg
2011-06-28
1
-0
/
+1
*
Fixed Ticket 65. Lines with only a lessthan sign (<) no longer crash the raw...
Waylan Limberg
2010-07-14
1
-1
/
+5
*
Fix bug with rawhtml and markdown escaping. Previously, any inline rawhtml th...
Waylan Limberg
2010-03-15
1
-1
/
+2
*
Fixed Ticket 48. Quoted attributes in raw html are specificly ackowledged now...
Waylan Limberg
2010-01-03
1
-0
/
+4
*
Moved prettifyETree into a Postprocessor and added code to append all '<br />...
Waylan Limberg
2008-09-04
1
-1
/
+2
*
Replaced indentation with linebreaks only. At least its more consistant - and...
Waylan Limberg
2008-09-03
1
-5
/
+4
*
Updated tests with raw block level html in them. **Note** these tests do not ...
Waylan Limberg
2008-08-22
1
-3
/
+4
*
A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ...
Artem Yunusov
2008-07-14
1
-8
/
+6
*
Replace LineBreaks preprocessor with an inlinePattern and update tests. Blank...
Waylan Limberg
2007-10-11
1
-5
/
+2
*
Added test cases
Yuri Takhteyev
2007-03-25
1
-0
/
+13