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
Merge commit 'HEAD'; branch 'placeholder' More... over 15 years ago
Replaced indentation with linebreaks only. At least its more consistant - and it better matches other markdown implementations. Also updated tests. More... over 15 years ago
Refactor inline placeholders and use strings of random chars for placeholders. More... over 15 years ago
Fixed ticket 12. Insert code placeholder into a wrapping ET element rather than parent_elem.text as text will alway be at beginning of doc. The wrapping element is a <p> tag as, later, when the rawhtml is inserted, markdown will first check for the placeholder inside a <p> tag, and if the placeholder is the *only* content of the <p> tag, replace the entire <p> tag - not just the placeholder. Perhaps a little hacky, but this is how markdown works internally anyway. More... over 15 years ago
Moving Tests to Tests_2007. More... over 15 years ago
Adding old MarkdownTest.pl tests. More... over 15 years ago
Comments updates. More... over 15 years ago
more_comments test works fine now. More... over 15 years ago
isBlockLevel function and HtmlBlockPreprocessor changed. more_comments test works fine now. More... over 15 years ago
Fixed memory measure for MacOS. More... over 15 years ago
Oops, forgot to add mismatched-tags test. More... over 15 years ago
Fixed some bugs concerning HTML, test extended and works. More... over 15 years ago
Added final results to test script. More... over 15 years ago
Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. Now whitespace is preserved in codeblocks. More... over 15 years ago
Improved past commit - treated safe raw html properly. More... over 15 years ago
Added special case for raw html in safe-mode. The escaped/replaced html is now wrapped in <p> tags so we have valid html. More... over 15 years ago
Merge branch 'master' of [email protected]:python-markdown/mainline More... over 15 years ago
Fixed Ticket 13. Raw block-level html are no longer being inserted into <p> tags. More... over 15 years ago
More updated to wikilink tests to better match ElementTree output. *Note* test still failing due to other issues. More... over 15 years ago
Added check for AtomicStrinc instead of ['code', 'pre'] check, deleted some commented code lines. More... over 15 years ago
Fixed wikilink ext to use an AtomicString for label. There's still a problem with the inline stuff though. As far as I can tell it is not related to the ext directly but in markdown itself. More... over 15 years ago
We should be running all the available extension tests. Enabled now - except for footnotes as the random links to the footnotes are never the same so it will never pass. More... over 15 years ago
Improved wikilink tests. **Note** the test currently fails. We have bugs that need fixing. More... over 15 years ago
Moved some hanging test files around. More... over 15 years ago
Fixed up some more tests - renamed misspelled filenames and removed executable status. More... over 15 years ago
Updated tests with raw block level html in them. **Note** these tests do not pass now - but they should! We need to fix the bug which the tests were previosuly hiding! More... over 15 years ago
Removed executable status on some test files ??? not sure why it was there to begin with?? More... over 15 years ago
Fixed some weirdness with the CodeHilite ext and the fallback for when pygments is not available. Not sure why, but the no-line-numbers option was commented out with a bug in it. More... over 15 years ago
As Markdown.__init__ no longer accepts a 'source' keyword, we no longer need to ensure that the 'source' kerword of Markdown.convert does not override it when set to 'None'. Now that Markdown.convert is the only place 'source' should be set, we can assume we always use it. And while we're at it, we might as well make 'source' a required argument. More... over 15 years ago
Empty line bug. More... over 15 years ago