22
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Jun 22, 2025 — Jun 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
safe_mode now has three options: "replace", "remove" and "escape". Setting safe_mode to True gets the old behavior - "replace". More... over 18 years ago
Brought CHANGELOG uptodate. More... over 18 years ago
Added html escaping as an optional behavior to the default of removing html in safe_mode. More... over 18 years ago
Cleaned up doc string and code for RawHtmlTextPreprocessor. More... over 18 years ago
Created a RawHtmlTextPreprocessor and moved code that restores/strips raw html from the convert method to that TextPreprocessor. It should now be rather simple to write an extension to perhapsescape the html instead. More... over 18 years ago
Fixed a typo in the docstring. More... over 18 years ago
Allow repeated calls to md.convert to pass in an empty string. Also fixed testing framework to allow tests for this and added tests. Fixes [1825231] More... over 18 years ago
added tests for codeblock on first line More... over 18 years ago
Fixed infinite loop in bracket regex and added tests More... over 18 years ago
Fixed BOM removal with non-ASCII input [1817528] - Thanks for the patch Malcolm Tredinnick More... over 18 years ago
Factored out header and paragraph code from _processSection() to _processHeader() & _processParagraph(). See [1793419]. More... over 18 years ago
Horizontal rules in block quotes with tests. Fixes [1709864]. More... over 18 years ago
Previous commit (r42) was supposed to update the misc/two-spaces test so here it is. More... over 18 years ago
Updated misc/some-test to test line breaks in list items and removed the "inline" tag on the htmlStash - The old Linebreaks proprocessor was the only thing using it. More... over 18 years ago
Replace LineBreaks preprocessor with an inlinePattern and update tests. Blank lines (" \n") and headers no longer get linebreaks and the two spaces are no longer preserved. More... over 18 years ago
Added textPreprocessor - all missing chnages in 1.6b should now be in trunk. More... over 18 years ago
Updated tests/misc/more_comments.html to match 1.6 - fixes [1794694] More... over 18 years ago
Removed whitespace from numeric entity test that shouldn't be there. More... over 18 years ago
Empty inline image link - fixed [1799251] More... over 18 years ago
fixed whitespace handling to match 1.6b - a codeblock on the first line now works. More... over 18 years ago
Fixed lazy blockquote and added tests More... over 18 years ago
Added `safe` & `inline` tags to htmlStash to fix a few bugs More... over 18 years ago
Limit recursion in inlinePatterns to patterns not yet run More... over 18 years ago
checking if the revision string works More... about 19 years ago
Revised the documentation section of the file. Added version attribute to the module. More... about 19 years ago
Fixed another small bug in case of a list item starting with a blank line (didn't work in 1.6a either) More... about 19 years ago
Support for mismatched block-level html tags. More... about 19 years ago
Handle unbalanced block-level tags. More... about 19 years ago
Added test cases More... about 19 years ago
Added a test script More... about 19 years ago