This repository was archived by the owner on Oct 10, 2024. It is now read-only.
Update Rust crate comrak to 0.28.0 #326
Open
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.19.0->0.28.0Release Notes
kivikakk/comrak (comrak)
v0.28.0Compare Source
Diff: kivikakk/comrak@v0.27.0...v0.28.0
v0.27.0Compare Source
Diff: kivikakk/comrak@v0.26.0...v0.27.0
v0.26.0Compare Source
a clearly labelled option.
Diff: kivikakk/comrak@v0.25.0...v0.26.0
v0.25.0Compare Source
extension.underlineadds support for__underlined__text.extension.spoileradds support for||spoiler||text.extension.greentextadds support for image board-style>greentext,which isn't transformed into a blockquote.
render.ignore_setextdisables parsing setext-style headings.render.ignore_empty_linkscauses links with no text (like[](xyz)) toremain in the text as-is.
AstNode::from(NodeValue).AstNode::from(Ast), if you have sourcepos.cmark-gfm. These have been fixed by following upstream's parser designclosely.
+. We do now.validate against both.
arena_treewould silently stop iteration when trying to proceed from achild that had lost its parent. It now panics instead, as the old behaviour
is incorrect and impossible to notice.
ParseOptions(whichnow takes a lifetime, meaning
Optionsdoes too).and the original text, and the return value has changed from a 2-tuple to a
struct for clarity.
parse_document_with_broken_link_callbackhas been marked deprecated.correctness issues which can't be fixed without significant work.
and in XML output, but it is not reliable. See the PR for details.
New Contributors
Diff: kivikakk/comrak@v0.24.1...v0.25.0
v0.24.1Compare Source
Diff: kivikakk/comrak@v0.24.0...v0.24.1
v0.23.0Compare Source
--inplace(-i) for in-place formatting by @bioinformatist in https://github.com/kivikakk/comrak/pull/377relaxed-autolinksto allow any url scheme by @digitalmoksha in https://github.com/kivikakk/comrak/pull/380v0.22.0Compare Source
v0.21.0Compare Source
v0.20.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.