Skip to content
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

Update markdownify to 0.14.0 #8051

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates markdownify from 0.11.6 to 0.14.0.

Changelog

0.14.0

What's Changed
* More carefully separate inline text from block content by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/120
* More selective escaping of `-.)` (alternative approach) by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/149
* More thorough cleanup of input whitespace by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/151
* Fix logic for indentation inside list items by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/152
* Set escape_misc to False by default to improve backwards compatibility by alfonsrv in https://github.com/matthewwithanm/python-markdownify/pull/153
* Fix whitespace issues around wrapping by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/150

New Contributors
* alfonsrv made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/153

**Full Changelog**: https://github.com/matthewwithanm/python-markdownify/compare/0.13.1...0.14.0

0.13.1

What's Changed
* Migrated the metadata into PEP 621-compliant pyproject.toml by KOLANICH in https://github.com/matthewwithanm/python-markdownify/pull/138


**Full Changelog**: https://github.com/matthewwithanm/python-markdownify/compare/0.13.0...0.13.1

0.13.0

What's Changed
* Avoid inline styles inside `<code>` / `<pre>` conversion by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/117
* Escape all characters with Markdown significance by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/118
* Update MANIFEST.in to exclude tests during packaging by samypr100 in https://github.com/matthewwithanm/python-markdownify/pull/125
* Special-case use of HTML tags for converting `<sub>` / `<sup>` by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/119
* handle ol start value is not number by microdnd in https://github.com/matthewwithanm/python-markdownify/pull/127

New Contributors
* jsm28 made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/117
* samypr100 made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/125
* microdnd made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/127

**Full Changelog**: https://github.com/matthewwithanm/python-markdownify/compare/0.12.1...0.13.0

0.12.0

Huge thanks to all the contributors!

What's Changed
* improve text normalization/escaping for preformatted/code contexts by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/104
* ignore script and style content (such as css and javascript) by tlk in https://github.com/matthewwithanm/python-markdownify/pull/112
* Add no css example to readme by GeeCastro in https://github.com/matthewwithanm/python-markdownify/pull/111
* Fix newline start in header tags by 5yato4ok in https://github.com/matthewwithanm/python-markdownify/pull/89
* Fix newlines in tables by carantunes in https://github.com/matthewwithanm/python-markdownify/pull/91
* Strip text before adding blockquote markers by andredelft in https://github.com/matthewwithanm/python-markdownify/pull/76
* revert workaround example in README.md for `<script>` and `<style>` by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/115
* Support conversion of header rows in tables without th tag by huuyafwww in https://github.com/matthewwithanm/python-markdownify/pull/83
* make sure there are blank lines around table/figure captions by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/114
* Table merge cell horizontally by xydxydxyd1 in https://github.com/matthewwithanm/python-markdownify/pull/110

New Contributors
* chrispy-snps made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/104
* tlk made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/112
* GeeCastro made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/111
* 5yato4ok made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/89
* carantunes made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/91
* huuyafwww made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/83
* xydxydxyd1 made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/110

**Full Changelog**: https://github.com/matthewwithanm/python-markdownify/compare/0.11.6...0.12.0
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #8053

@pyup-bot pyup-bot closed this Nov 24, 2024
@Harmon758 Harmon758 deleted the pyup-update-markdownify-0.11.6-to-0.14.0 branch November 24, 2024 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant