Revert: Use simplified regex for html placeholders#933
Revert: Use simplified regex for html placeholders#933waylan merged 1 commit intoPython-Markdown:masterfrom facelessuser:revert-simplified-pattern
Conversation
Not sure how tests didn't get run on this, but it was completely breaking all tests. This reverts the change.
|
Spellchecker is finding |
|
Weird. I distantly recall checking that the tests passed on that because I expected them to fail. When the weren't failing, I accepted the change. But now, looking back, I don't see any indication that any tests even ran. Not sure what happened there. In any event we're getting 60 failing tests so this is the right move. Also I just noticed that the note was added to the release notes for a previous release rather than a future release. Guess I wasn't paying close attention that day.
Code blocks are supposed to be skipped already. Not sure why that isn't happening. |
Not sure how tests didn't get run on this, but it was completely
breaking
alla lot of tests. This reverts the change.Fixes #932