-
Notifications
You must be signed in to change notification settings - Fork 896
Comparing changes
Open a pull request
base repository: Python-Markdown/markdown
base: 3.3.7
head repository: Python-Markdown/markdown
compare: 3.4
- 17 commits
- 42 files changed
- 12 contributors
Commits on May 5, 2022
-
Update th/td to use style attribute
This allows better interoperation with CSS style sheets, as the align object on the TH is skipped if the css uses 'text-align: inherit' and the previous 'text-align' is used instead (or the default: left). Added an override to restore the original `align` behavior Moved existing tests to the new test infrastructure Added new tests to test the configuration parameter Updated documentation to document the configuration parameter.
Configuration menu - View commit details
-
Copy full SHA for 659a436 - Browse repository at this point
Copy the full SHA 659a436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5f8af - Browse repository at this point
Copy the full SHA 0f5f8afView commit details -
* footnotes: Allow to use backlink title without footnote number - The placeholder '{}' is optional. So a user can choose to include or not the footnote number in the backlink text. - The modification is backward compatible with configurations using the old '%d' placeholder. * footnotes: Allow to use custom superscript text - The addition of a new SUPERSCRIPT_TEXT option allows to specify a placeholder receiving the footnote number for the superscript text.Configuration menu - View commit details
-
Copy full SHA for efec51a - Browse repository at this point
Copy the full SHA efec51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d17b9 - Browse repository at this point
Copy the full SHA 93d17b9View commit details
Commits on May 9, 2022
-
Support for custom Pygments formatter
This adds configuration support for using a custom Pygments formatter, either by giving the string name, or a custom formatter class (or callable).
Configuration menu - View commit details
-
Copy full SHA for 9d90d47 - Browse repository at this point
Copy the full SHA 9d90d47View commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0394b26 - Browse repository at this point
Copy the full SHA 0394b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7334ecd - Browse repository at this point
Copy the full SHA 7334ecdView commit details
Commits on May 18, 2022
-
Pass language to Pygments formatter in CodeHilite
* Add an extra option `lang_str` to pass the language of the code block to the specified Pygments formatter. * Include an example custom Pygments formatter in the documentation that includes the language of the code in the output using the new option. Resolves #1255.
Configuration menu - View commit details
-
Copy full SHA for 12c3378 - Browse repository at this point
Copy the full SHA 12c3378View commit details
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e958ec4 - Browse repository at this point
Copy the full SHA e958ec4View commit details -
Python dropped support on 2021-12-23. Our policy (#760) is to drop support on the next point release after Python does. * Remove py36 tests * Test multiple recent versions of pypy * Remove pep562 backport
Configuration menu - View commit details
-
Copy full SHA for cebe1de - Browse repository at this point
Copy the full SHA cebe1deView commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 96d27f1 - Browse repository at this point
Copy the full SHA 96d27f1View commit details
Commits on May 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dc434df - Browse repository at this point
Copy the full SHA dc434dfView commit details -
Remove previously deprecated objects
This completely removes all objects which were deprecated in version 3.0 (this change will be included in version 3.4). Given the time that has passed, and the fact that older unmaintained extensions are not likely to support the new minimum Python version, this is little concern about breaking older extensions.
Configuration menu - View commit details
-
Copy full SHA for a767b2d - Browse repository at this point
Copy the full SHA a767b2dView commit details
Commits on Jun 13, 2022
-
Remove redundant lines from PrettifyTreeprocessor
Lines in 409 and 410 are part of an if-condition-block. However, they are called identically L411 and L412 outside of the if-block anyways. Fixes #1267.
Id3aFly authoredJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 97359a4 - Browse repository at this point
Copy the full SHA 97359a4View commit details
Commits on Jun 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 77fb7f1 - Browse repository at this point
Copy the full SHA 77fb7f1View commit details
Commits on Jul 15, 2022
-
Move backslash unescaping to treeprocessor
By unescaping backslash escapes in a treeprocessor, the text is properly escaped during serialization. Fixes #1131. As it is recognized that various third-party extensions may be calling the old class at `postprocessors.UnescapePostprocessor` the old class remains in the codebase, but has been deprecated and will be removed in a future release. The new class `treeprocessors.UnescapeTreeprocessor` should be used instead.
Configuration menu - View commit details
-
Copy full SHA for c0f6e5a - Browse repository at this point
Copy the full SHA c0f6e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a884a99 - Browse repository at this point
Copy the full SHA a884a99View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.3.7...3.4