22
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 22 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored footnotes extension. Output not matches PHP Markdown Extra's output except that we still include a title on the backlink. Uses the new markdown.OrderedDict internally. More... over 15 years ago
Added documentation for OrderedDict. More... over 15 years ago
More cleanup. Not sure why some executables didn't have shebang lines. They do now. More... over 15 years ago
Added a more thorough test of nested inline markup. Thanks John Szakmeister.
jszakmeister
as John Szakmeister
More... over 15 years ago
Fixed Footnote extension to work with OrderedDict. Also cleaned up a bunch of whitespace and comments issues. More... over 15 years ago
Cleaning house. Actually have all executables be executable and stop Vim's .swp files from showing up in git status. More... over 15 years ago
Updated toc extension to ensure unique header ids and only set the id on the header, not the anchor. Thanks Jack Miller. More... over 15 years ago
Replaced Treap with OrderedDict. Updated regression_tests and extensions. All tests pass. Still needs documentation. More... over 15 years ago
Missed a reference to textpreprocessors in docs on last commit. More... over 15 years ago
Combined the TextPreprocessors and Preprocessors into Preprocessors. Updated extensions and docs as well. More... over 15 years ago
Cleaned up some commented code from previous commit and added Jack Miller to docs/AUTHORS for his toc extension. More... over 15 years ago
Made InlineProcessor a TreeProcessor. Now an extension can manipulate the tree either before or after InlinePatterns are run. Updated docs as well. This change should not affect existing extensions. More... over 15 years ago
Changed Postprocessors to Treeprocessors and TextPostProcessors to Postprocessors. These names more acturately depict what things do. Also updated the extensions and docs to match. More... over 15 years ago
Updated docs/writing_extensions.txt to include documentation about Treaps. This is a draft and subject to change. More... over 15 years ago
Updated docs/writing_extensions.txt to include documentation about MarkdownParser. More... over 15 years ago
Merge branch 'master' of [email protected]:python-markdown/mainline More... over 15 years ago
Fixed Ticket 19. Corrected error regarding encoding in docs. Thanks gjhiggins for report. More... over 15 years ago
Completing the test case for the toc extension. More... over 15 years ago
Adding Jack Miller's TOC extension and a test file for it. More... over 15 years ago
Merge branch 'master' of git://gitorious.org/python-markdown/mainline More... over 15 years ago
Made third argument of Treap.add function optional. More... over 15 years ago
Made some corrections and edits to docs/writing_extensions.txt. Still need to document Treap() and MarkdownParser(). More... over 15 years ago
Updated INSTALL with corrections and additions. More... over 15 years ago
Added docs for command line and using as a module. More... over 15 years ago
Updated README to ackowledge other recently added docs and not repeat them. More... over 15 years ago
Added Ben Wilson to AUTHORS for his work on Treap. More... over 15 years ago
Cleaned up regression test suite code. More... over 15 years ago
Increased verbosity of regression test output. More... over 15 years ago
Added extension doctests to the regression tests and fixed a few broken doctests in CodeHilite and WikiLinks extentions. More... over 15 years ago
Added regression tests to make sure we don't break any APIs in the future. It's likely more tests need to be added. More... over 15 years ago