Update dependency markdownify to v1 #720
Merged
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.
This PR contains the following updates:
0.14.1
->1.0.0
Release Notes
matthewwithanm/python-markdownify (markdownify)
v1.0.0
Compare Source
Breaking Changes
If you are using custom tag conversion functions (
convert_*()
), note that the function interface has changed. See #191 for details.What's Changed
wrap_width
value ofNone
for unlimited line lengths by @chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/169<li>
and<blockquote>
content by @chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/171<dl>
,<dt>
, and<dd>
) by @chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/173table_infer_header
configuration option to control table header row inference by @SomeBottle in https://github.com/matthewwithanm/python-markdownify/pull/161convert_*
functions, allow for tags with special characters in their name (like "subtag-name") by @Fess-AKA-DeadMonk in https://github.com/matthewwithanm/python-markdownify/pull/136children_only
parameter by @chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/174convert_children_as_inline
variable by @chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/182<ol>
/<li>
numbering, ignore non-<li>
previous siblings by @chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/183New Contributors
Full Changelog: matthewwithanm/python-markdownify@0.14.1...1.0.0
Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.