Created by: dependabot[bot]
Bumps redcarpet from 3.5.1 to 3.6.0.
Release notes
Sourced from redcarpet's releases.
Redcarpet v3.6.0
This release is not particularly heavy but brings a few improvements and fixes.
Improvements
- Avoid warnings running on Ruby 3.2+ (See #721).
- Consider
<center>as a block-level element (See #702).- Properly provide a third argument to the
table_cellcallback indicating whether the current cell is part of the header or not. The previous implementation with two parameters is still supported (See #604 and #605).Fixes
Changelog
Sourced from redcarpet's changelog.
Version 3.6.0
Avoid warnings running on Ruby 3.2+.
Refs #721.
Jean Boussier
Match fence char and length when matching closing fence in fenced code blocks.
Fixes #208.
Martin Cizek, Orchitech
Consider
<center>as a block-level element.Refs #702.
momijizukamori
Properly provide a third argument to the
table_cellcallback indicating whether the current cell is part of the header or not.The previous implementation with two parameters is still supported.
Mark Lambley
Fix anchor generation on titles with ampersands.
Fixes #696.
Commits
-
3e3f0b5Redcarpet v3.6.0 -
6bfff6eAdd a changelog entry for #721 -
50961adMerge pull request #721 from casperisfine/ruby-3.2 -
2488699Merge pull request #724 from amatsuda/test_files -
021538fMissing files in the gem package -
cec4965Don't include test files in the gem package -
4028670Merge pull request #723 from amatsuda/https -
28e0a00GitHub is HTTPS by default -
8bc6922Undefine uneeded T_DATA allocators -
03b664dMerge pull request #681 from orchitech/match-closing-fence-type-and-length - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)