File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) ,
77with the exception that 0.x versions can break between minor versions.
88
9+ ## Unreleased
10+ ### Added
11+ - Autolink extension: Now supports configuration of different link types that
12+ should be recognized and converted to links. See ` AutolinkExtension#builder `
13+ | Type | Default? | Description |
14+ | ` URL ` | Yes | URL with a protocol such as ` https://example.com ` |
15+ | ` EMAIL ` | Yes
| Email address such as
` [email protected] ` | 16+ | ` WWW ` | No | An address beginning with ` www ` such as ` www.example.com ` |
17+
918## [ 0.26.0] - 2025-09-13
1019### Changed
1120- A ` LinkProcessor ` using ` replaceWith ` now also stops outer links from being
You can’t perform that action at this time.
0 commit comments