openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Python-Markdown
Settings
|
Report Duplicate
22
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
1 day
ago.
Jun 22, 2025 — Jun 22, 2026
Showing page 54 of 55
Search / Filter on:
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".
Waylan Limberg
More...
over 18 years ago
Brought CHANGELOG uptodate.
Waylan Limberg
More...
over 18 years ago
Added html escaping as an optional behavior to the default of removing html in safe_mode.
Waylan Limberg
More...
over 18 years ago
Cleaned up doc string and code for RawHtmlTextPreprocessor.
Waylan Limberg
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.
Waylan Limberg
More...
over 18 years ago
Fixed a typo in the docstring.
Waylan Limberg
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]
Waylan Limberg
More...
over 18 years ago
added tests for codeblock on first line
Waylan Limberg
More...
over 18 years ago
Fixed infinite loop in bracket regex and added tests
Waylan Limberg
More...
over 18 years ago
Fixed BOM removal with non-ASCII input [1817528] - Thanks for the patch Malcolm Tredinnick
Waylan Limberg
More...
over 18 years ago
Factored out header and paragraph code from _processSection() to _processHeader() & _processParagraph(). See [1793419].
Waylan Limberg
More...
over 18 years ago
Horizontal rules in block quotes with tests. Fixes [1709864].
Waylan Limberg
More...
over 18 years ago
Previous commit (r42) was supposed to update the misc/two-spaces test so here it is.
Waylan Limberg
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.
Waylan Limberg
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.
Waylan Limberg
More...
over 18 years ago
Added textPreprocessor - all missing chnages in 1.6b should now be in trunk.
Waylan Limberg
More...
over 18 years ago
Updated tests/misc/more_comments.html to match 1.6 - fixes [1794694]
Waylan Limberg
More...
over 18 years ago
Removed whitespace from numeric entity test that shouldn't be there.
Waylan Limberg
More...
over 18 years ago
Empty inline image link - fixed [1799251]
Waylan Limberg
More...
over 18 years ago
fixed whitespace handling to match 1.6b - a codeblock on the first line now works.
Waylan Limberg
More...
over 18 years ago
Fixed lazy blockquote and added tests
Waylan Limberg
More...
over 18 years ago
Added `safe` & `inline` tags to htmlStash to fix a few bugs
Waylan Limberg
More...
over 18 years ago
Limit recursion in inlinePatterns to patterns not yet run
Waylan Limberg
More...
over 18 years ago
checking if the revision string works
Yuri Takhteyev
More...
about 19 years ago
Revised the documentation section of the file. Added version attribute to the module.
Yuri Takhteyev
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)
Yuri Takhteyev
More...
about 19 years ago
Support for mismatched block-level html tags.
Yuri Takhteyev
More...
about 19 years ago
Handle unbalanced block-level tags.
Yuri Takhteyev
More...
about 19 years ago
Added test cases
Yuri Takhteyev
More...
about 19 years ago
Added a test script
Yuri Takhteyev
More...
about 19 years ago
←
1
2
…
47
48
49
50
51
52
53
54
55
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree