chore(deps): update rust crate comrak to 0.26 #47
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.24
->0.26
Release Notes
kivikakk/comrak (comrak)
v0.26.0
Compare Source
a clearly labelled option.
Diff: kivikakk/comrak@v0.25.0...v0.26.0
v0.25.0
Compare Source
extension.underline
adds support for__underlined__
text.extension.spoiler
adds support for||spoiler||
text.extension.greentext
adds support for image board-style>greentext
,which isn't transformed into a blockquote.
render.ignore_setext
disables parsing setext-style headings.render.ignore_empty_links
causes 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_tree
would 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
Options
does 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_callback
has 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
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), 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.