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.
Created by
brew bumpCreated with
brew bump-formula-pr.release notes
Parser changes:
New APIs:
subtextextension. (by @Kuuuube in Add support for Discord style subtext kivikakk/comrak#648, Fix subtext having subscript option in doc example and add cfg_attr kivikakk/comrak#650)Bug fixes:
sourceposfor escaped character spans kivikakk/comrak#646, fix: Incorrect tablesourceposaffected by spaces in preceding paragraph kivikakk/comrak#651, fix: Incorrectsourceposfor link with newline after dest kivikakk/comrak#652, fix: Incorrectsourceposfor children of multiline block quote kivikakk/comrak#653, fix: Incorrectsourceposfor HTML blocks kivikakk/comrak#656, fix: Incorrectsourceposfor description lists kivikakk/comrak#657)escaped_char_spanusers can now successfully format to CommonMark with debug assertions enabled. These ASTs previously did not validate, which currently is enabled experimentally only in CommonMark output in debug. (by @kivikakk in (Inline) footnote recursion stability and misc cleanups. kivikakk/comrak#659)Build changes:
New Contributors
sourceposfor escaped character spans kivikakk/comrak#646Diff: kivikakk/comrak@v0.45.0...v0.46.0
View the full release notes at https://github.com/kivikakk/comrak/releases/tag/v0.46.0.