forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textproc/ruby-redcarpet: update to 3.6.0
3.6.0 (2023-01-29) 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_cell callback 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 * Match fence char and length when matching closing fence in fenced code blocks (Fixes #208). * Fix anchor generation on titles with ampersands (Fixes #696).
- Loading branch information
taca
committed
Nov 6, 2024
1 parent
0baf24c
commit 36541f1
Showing
3 changed files
with
10 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.14 2021/10/26 11:23:26 nia Exp $ | ||
$NetBSD: distinfo,v 1.15 2024/11/06 16:18:27 taca Exp $ | ||
|
||
BLAKE2s (redcarpet-3.5.1.gem) = ce8fc7c4ad613afb0c54134fc07ee24ae7e725a40c53cb94c56ffda12035b802 | ||
SHA512 (redcarpet-3.5.1.gem) = afab45ca91f85b3aa23c1ac651d6881bd19c93109239466de9aba8472173537b4f6e21335cdbdf21fc462c7beea1b8f0434c47207d82d26fc5534780a522532c | ||
Size (redcarpet-3.5.1.gem) = 62464 bytes | ||
BLAKE2s (redcarpet-3.6.0.gem) = 03b53a7752484dc9e843516843eb5d4649765f1568afee7bd5906c3105ce3175 | ||
SHA512 (redcarpet-3.6.0.gem) = 795d4d252903ef6dd51febb18fa5665f599e199a07c0d60eeee60bea3d001c02d926f3b6802ac339de6b0f9efff30081471397256c5dcb6443ec1f04fd4e48f9 | ||
Size (redcarpet-3.6.0.gem) = 55296 bytes |