Skip to content

Commit 4186529

Browse files
committed
Add Changelog Entry
1 parent 675d2c4 commit 4186529

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
77
with 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

0 commit comments

Comments
 (0)