Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependency - Redcarpet 3.5.1 -> 3.6.0
Offers two 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). And three 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). Of particular interest to me here is the removal of Ruby 3.2 warnings which are becoming relevant as tech docs apps are upgraded See changelong: https://github.com/vmg/redcarpet/releases/tag/v3.6.0
- Loading branch information