22
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 18 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed print_error method as it's not being used anywhere. More... about 16 years ago
Added docstrings to all root level functions. More... about 16 years ago
Fixing minor error in last commit. More... about 16 years ago
Edited existing docstrings to more closely conform to PEP 257 and to contain markdown formatting. Still a lot of documentation improvments to go. More... about 16 years ago
Moved line-endings cleanup from transform to convert method so it runs prior to textPreprocessors. Raw HTML with CRLF line endings now works properly. Also added a test. Fixes [1908691]. More... about 16 years ago
fixed testing framework to actually use the extensions passed in and a few other minor cleanup things. More... about 16 years ago
Some tests I forgot to checking with recent commits. More... about 16 years ago
Fixed bugs involving greedy/non-greedy regexes More... about 16 years ago
Added an example of how to use footnotes, fixed a small bug where the return link's title always said "Jump back to footnote 1" More... about 16 years ago
Removed the rigorous type-checking when loading extensions. If it walks like a duck... More... about 16 years ago
mdx_footnotes.makeExtension() was crashing because the default value of configs was None instead of []. More... about 16 years ago
forgot to include the extension in the error message. More... about 16 years ago
Modified the Markdown object to accept extensions as instantiated Extension objects. No APIs were harmed :) More... about 16 years ago
Allow one or two spaces before a blockquote. Fixes [1899925] More... about 16 years ago
Added https and ftp to autolinks. Fixes [1897830]. More... about 16 years ago
forgot to update version_info for 1.7 release More... about 16 years ago
Added svn:ignore properties to test directories, checked in failing test case. More... over 16 years ago
Final commit before 1.7 final is released. Updated CHAGE_LOG, setp.py and added a MANIFEST file. More... over 16 years ago
Added better documentation to pre & post proccessors and fixed inheritance issues. More... over 16 years ago
Just doing a little code cleanup. More... over 16 years ago
Fixed rawhtml to properly honor <?foo>, <@foo>, and <%foo>. Fixed [1861160] More... over 16 years ago
No longer replacing " with @quot;. Fixes [1862742] More... over 16 years ago
fixed some basic white space issues in code with mdx_footnotes.py. Fixed [1877510]. More... over 16 years ago
Updated changelog. More... over 16 years ago
Adjustments to match unicode policy as discussed on list and other minor cleanup in preparation for release 1.7. More... over 16 years ago
Updated docs. More... over 16 years ago
Updated docs - removed home_page.txt and added README.txt More... over 16 years ago
Set property svn:keywords to "Revision". Now the "$Rev$" keyword should work. More... over 16 years ago
Updated CHANGE_LOG to include recent changes More... over 16 years ago
Added support for images inside links and updated tests. Fixes [1458136]. More... over 16 years ago