forked from trentm/python-markdown2
-
Notifications
You must be signed in to change notification settings - Fork 3
Merge tag/2.4.13 from upstream #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix emacs local variable one-liners
Add an example of the current mixed-paragraph mode behavior in lists
…n-lists Fix code block indentation in lists
Fix filter bypass leading to XSS (trentm#362)
This works by capturing stderr from tests and checking to see if each line contains the string "WARNING:test:". If a line contains this string it is saved for later and re-printed once all tests have been run.
Fix emacs one-liner file vars having surrounding whitespace stripped
The `html-classes` extra says it supports code tags but this was only applied to fenced code blocks when using the `fenced-code-blocks` extra.
Fix `html-classes` extra not applying to code spans
Fix multilevel lists
Fix pygments block matching
Update `markdown-in-html` extra to handle markdown on same line as HTML (trentm#546)
Make tests work on win32
Fix bad handling of consecutive bold words (trentm#541)
* Using both a newline and a backslash no longer results in two line breaks. * Allow to keep using trailing spaces for a line break. * Remove redundant trailing space before a line break.
Update the changelog in relation to the fix applied in 078f76a (PR trentm#545).
Update changelog for strong-emphasis fix
Links parser would identify the first square brackets as invalid link and then continue from after the entire link, which skipped the valid link right next to the brackets
Fix incorrect parsing of links after square brackets (trentm#552)
…r larger snippets
Allow cuddled tables (trentm#557)
…html Fix `markdown-in-html` not always splitting HTML tags into separate lines (trentm#558)
…n-safe-mode Fix incomplete comments in safe mode not being escaped (trentm#563)
Breaks improvements and code simplification
…causing-crashes Fix crash in `markdown-in-html` extra (trentm#565)
version 2.4.13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.