Skip to content

Allow dots in wiki link syntax#938

Open
jage wants to merge 1 commit into
mainfrom
fix/608-internal-link-dot
Open

Allow dots in wiki link syntax#938
jage wants to merge 1 commit into
mainfrom
fix/608-internal-link-dot

Conversation

@jage

@jage jage commented May 16, 2026

Copy link
Copy Markdown
Member

The [[...]] internal link regex excluded ., so titles like [[1.2.3]] rendered as literal text instead of a link. Add . to the allowed character class.

Fixes #608

The `[[...]]` internal link regex excluded `.`, so titles like
`[[1.2.3]]` rendered as literal text instead of a link. Add `.` to
the allowed character class.

Fixes #608
@jage
jage requested a review from dentarg May 16, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Internal link syntax doesn't handle .

1 participant